Skip to content

Instantly share code, notes, and snippets.

@justquick
Created August 26, 2010 19:17
Show Gist options
  • Save justquick/552032 to your computer and use it in GitHub Desktop.
Save justquick/552032 to your computer and use it in GitHub Desktop.
NATIVE_LIBRARY = {
'function':{ 'add': lambda x, y: x + y },
'comparison':{ 'is_in': lambda x, y: x in y },
...
}
NATIVE_TAGS = (
'native_tags.contrib.hash',
'native_tags.contrib.serializers',
...
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment