summaryrefslogtreecommitdiffstats
path: root/Python/sysmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/sysmodule.c')
0 files changed, 0 insertions, 0 deletions
class="hl opt">(): """Wow, I have no function!""" pass class B(object): NO_MEANING = "eggs" pass def doc_func(): """ This function solves all of the world's problems: hunger lack of Python war """ def nodoc_func(): pass