Skip to content

Instantly share code, notes, and snippets.

@halfak
Last active August 29, 2015 14:18
Show Gist options
  • Save halfak/2d2f3f8684c94acac5be to your computer and use it in GitHub Desktop.
Save halfak/2d2f3f8684c94acac5be to your computer and use it in GitHub Desktop.
$ python
Python 3.4.0 (default, Apr 11 2014, 13:05:11)
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from revscoring.features import parent_revision
>>> parent_revision.markup_chars.returns
<class 'int'>
>>> from revscoring.dependent import draw
>>> draw(parent_revision.markup_chars)
- <parent_revision.markup_chars>
- <parent_revision.text>
- <parent_revision.doc>
- session
- <revision.metadata>
- <revision.doc>
- rev_id
- session
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment