def get_patch()

in ez_wsi_dicomweb/dicom_slide.py [0:0]


  def get_patch(
      self,
      level: Union[
          slide_level_map.Level,
          slide_level_map.ResizedLevel,
          pixel_spacing_module.PixelSpacing,
      ],
      x: int,
      y: int,
      width: int,
      height: int,
      require_fully_in_source_image: bool = False,