Skip to content

Instantly share code, notes, and snippets.

@malleor
Last active December 11, 2015 03:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save malleor/4537958 to your computer and use it in GitHub Desktop.
Save malleor/4537958 to your computer and use it in GitHub Desktop.
dla Kuby
from frames import script
@script
def A(a=3, b=5):
''' A returns bollox. '''
print 'Hello, framework.'
try:
args = {'a': 5}
x = execute('A', **args)
print type(x['foo'])
except
y = execute('B', bar='kwusdbcd', foo=x['foo']*2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment