MCPcopy Index your code
hub / github.com/python/cpython / __init__

Method __init__

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

Source from the content-addressed store, hash-verified

124 # do with poll objects
125 class MinimalPoll:
126 def __init__(self):
127 pass
128
129 def register(self, fd, flag):
130 self.fd = fd

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected