Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ parent
Method
parent
python/paddle/base/framework.py:1240–1241 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1238
return
new_child
1239
1240
def
parent(self):
1241
return
self._parent
1242
1243
def
name(self):
1244
return
self._name
Callers
4
name_scope
Function · 0.45
name_struct
Function · 0.45
_full_name_struct
Function · 0.45
_full_name_scope
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected