MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / get_animals

Method get_animals

example_code/item_112.py:53–54  ·  view source on GitHub ↗
(self, species)

Source from the content-addressed store, hash-verified

51class ZooDatabase:
52
53 def get_animals(self, species):
54 pass
55
56 def get_food_period(self, species):
57 pass

Callers 1

do_roundsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected