MCPcopy Create free account
hub / github.com/ColdGrub1384/Pyto / ProcessStandin

Class ProcessStandin

site-packages/matplotlib/animation.py:903–907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

901 # make a duck-typed subprocess stand in
902 # this is called by the MovieWriter base class, but not used here.
903 class ProcessStandin(object):
904 returncode = 0
905
906 def communicate(self):
907 return '', ''
908
909 self._proc = ProcessStandin()
910

Callers 1

_runMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected