Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ prototype
Method
prototype
plugins/qmljs/nodejsmodules/jsgenerator.py:115–117 ·
view source on GitHub ↗
(self, proto)
Source
from the content-addressed store, hash-verified
113
self._prototype = None
114
115
def
prototype(self, proto):
116
self._prototype = proto
117
return
self
118
119
def
member(self, member):
120
self._members.append(member)
Callers
14
parse
Function · 0.95
child_process.py
File · 0.45
ecmascript.py
File · 0.45
fs.py
File · 0.45
tty.py
File · 0.45
https.py
File · 0.45
dgram.py
File · 0.45
net.py
File · 0.45
stream.py
File · 0.45
readline.py
File · 0.45
http.py
File · 0.45
domain.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected