MCPcopy Index your code
hub / github.com/PokeAPI/pokeapi / try_cry_names

Function try_cry_names

data/v2/build.py:1995–1997  ·  view source on GitHub ↗
(path, info, extension)

Source from the content-addressed store, hash-verified

1993 build_generic((PokemonSprites,), "pokemon.csv", csv_record_to_objects)
1994
1995 def try_cry_names(path, info, extension):
1996 file_name = "%s.%s" % (info[0], extension)
1997 return file_path_or_none(path + file_name, image_file=False)
1998
1999 def csv_record_to_objects(info):
2000 poke_cries = "pokemon"

Callers 1

csv_record_to_objectsFunction · 0.85

Calls 1

file_path_or_noneFunction · 0.85

Tested by

no test coverage detected