Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ _py_int
Function
_py_int
tensorflow/python/autograph/operators/py_builtins.py:197–200 ·
view source on GitHub ↗
(x, base)
Source
from the content-addressed store, hash-verified
195
196
197
def
_py_int(x, base):
198
if
base is UNSPECIFIED:
199
return
int(x)
200
return
int(x, base)
201
202
203
def
len_(s):
Callers
1
int_
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected