MCPcopy Create free account
hub / github.com/ZiniuLu/Python-100-Days / foo

Function foo

Day66-75/code/example02.py:66–67  ·  view source on GitHub ↗
(elem)

Source from the content-addressed store, hash-verified

64
65
66def foo(elem):
67 return len(elem.attrs) == 2
68
69
70if __name__ == '__main__':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected