DEBSOURCES
Skip Quicknav
sources / sphinx-autoapi / 3.6.1-1 / tests / python / py3implicitnamespace / namespace / sibling / sub_sibling.py
12345678
def first_sub_method(): """First sub-sibling package method.""" return 1 def second_sub_method(): """Second sub-subpackage method.""" return 2