Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/go-python/gopy
/ CallSelf
Method
CallSelf
_examples/funcs/test.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
print(
"in python class fun: FieldI: "
, tfs.FieldI,
" FieldS: "
, tfs.FieldS,
" ival: "
, ival,
" sval: "
, sval)
34
35
def
CallSelf(self):
36
fs.CallBack(77, self.ClassFun)
37
38
print(
"fs.CallBack(22, cbfun)..."
)
39
fs.CallBack(22, cbfun)
Callers
1
test.py
File · 0.80
Calls
1
CallBack
Method · 0.80
Tested by
no test coverage detected