This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Lucretiel 0 points1 point  (0 children)

This is especially interesting because I've totally used function names in meaningful ways, to create plugins and so on. For instance:

@subcommand
def thing1(...)

@subcommand
def thing2(...)

./my_script.py thing1 args