MCPcopy Index your code
hub / github.com/RustPython/RustPython / __init__

Method __init__

Lib/_pyrepl/unix_console.py:116–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 # do with poll objects
115 class MinimalPoll:
116 def __init__(self):
117 pass
118
119 def register(self, fd, flag):
120 self.fd = fd

Callers 1

__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected