Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ find
Function
find
library/python/resource/__init__.py:46–49 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
44
45
46
def
find(path):
47
if
isinstance(path, six.text_type):
48
path = path.encode(
"utf-8"
)
49
return
__find(path)
Callers
15
itervalues
Function · 0.70
iteritems
Function · 0.70
_get_data
Method · 0.50
data
Method · 0.50
__res.py
File · 0.50
resfs_src
Function · 0.50
resfs_read
Function · 0.50
__init__
Method · 0.50
IndexOf
Method · 0.50
erase
Method · 0.50
TMap
Class · 0.50
FindExact
Method · 0.50
Calls
3
isinstance
Function · 0.85
__find
Function · 0.50
encode
Method · 0.45
Tested by
no test coverage detected