SYMBOL INDEX (21 symbols across 3 files) FILE: posuto/posuto.py class Posuto (line 20) | class Posuto: method __init__ (line 27) | def __init__(self): method __enter__ (line 31) | def __enter__(self): method __exit__ (line 34) | def __exit__(self, exc_type, exc_val, exc_tb): method get (line 37) | def get(self, code): function _fetch_code (line 40) | def _fetch_code(code, db): class PostalCode (line 54) | class PostalCode(PostalCodeBase): method __str__ (line 57) | def __str__(self): method kana (line 61) | def kana(self): function get (line 68) | def get(code, db=DB): FILE: posuto/prep.py function build_kana_cache (line 62) | def build_kana_cache(db): function build_office_json (line 78) | def build_office_json(fname): function build_json (line 152) | def build_json(fname): FILE: posuto/tests/test_basic.py function test_shibakouen (line 4) | def test_shibakouen(): function test_mitsukoujimachi (line 10) | def test_mitsukoujimachi(): function test_office_alternate_without_alternate (line 16) | def test_office_alternate_without_alternate(): function test_portcity (line 22) | def test_portcity(): function test_invalidcode (line 27) | def test_invalidcode(): function test_contextmanager (line 33) | def test_contextmanager(): function test_office_code (line 40) | def test_office_code(): function test_office_kana (line 44) | def test_office_kana():