MCPcopy Create free account
hub / github.com/alibaba/GraphScope / format

Method format

python/graphscope/client/utils.py:251–254  ·  view source on GitHub ↗
(self, record)

Source from the content-addressed store, hash-verified

249 """
250
251 def format(self, record):
252 if hasattr(record, "simple") and record.simple:
253 return record.getMessage()
254 return logging.Formatter.format(self, record)
255
256
257class GSLogger(object):

Callers 15

stopMethod · 0.45
get_service_endpointsFunction · 0.45
delete_kubernetes_objectFunction · 0.45
interactiveMethod · 0.45
graphlearnMethod · 0.45
add_libMethod · 0.45
signatureMethod · 0.45
__init__Method · 0.45
__str__Method · 0.45
__str__Method · 0.45
get_attrMethod · 0.45

Calls 1

getMessageMethod · 0.65

Tested by 15

bfs_resultFunction · 0.36
hits_resultFunction · 0.36
dc_resultFunction · 0.36
ev_resultFunction · 0.36
katz_resultFunction · 0.36
triangles_resultFunction · 0.36
ldbc_graphFunction · 0.36
ldbc_graph_undirectedFunction · 0.36
wait_for_pod_deletionFunction · 0.36
random_garFunction · 0.36
empty_garFunction · 0.36
invalid_configfile_garFunction · 0.36