Home
last modified time | relevance | path

Searched refs:include_frames (Results 1 – 4 of 4) sorted by relevance

/dports/devel/py-pympler/Pympler-0.4.2/pympler/
H A Dmuppy.py18 def get_objects(remove_dups=True, include_frames=False): argument
53 if include_frames:
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/launcher/apps/
H A Dgstvalidate.py937 include_frames = 0
939 include_frames = 2
941 include_frames = 1
944 uri, True, include_frames, is_push)
/dports/devel/py-pympler/Pympler-0.4.2/test/muppy/
H A Dtest_muppy.py209 objs = muppy.get_objects(include_frames=True)
/dports/multimedia/gstreamer1-validate/gst-validate-1.16.1/launcher/
H A Dbaseclasses.py2469 def new_from_uri(uri, verbose=False, include_frames=False, is_push=False): argument
2483 if include_frames == 2:
2487 include_frames = bool(int(media_xml.attrib["frame-detection"]))
2493 include_frames = bool(include_frames)
2496 if include_frames: