Skip to content

Instantly share code, notes, and snippets.

@tlasica
Last active December 2, 2015 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlasica/0f1520f33db2376ca9e3 to your computer and use it in GitHub Desktop.
Save tlasica/0f1520f33db2376ca9e3 to your computer and use it in GitHub Desktop.
```
class Foo(object):
def __init__(self):
self._init_variables()
def _init_variables(seld):
self._x = 4
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment