Skip to content
Snippets Groups Projects
Commit d8c99b7c authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

add missing doku

parent 809b7b23
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,8 @@ def resolve_authorperm(identifier):
def construct_authorperm(*args, username_prefix='@'):
""" Create a post identifier from comment/post object or arguments.
Examples:
::
.. code-block:: python
construct_authorperm('username', 'permlink')
construct_authorperm({'author': 'username',
'permlink': 'permlink'})
......@@ -139,7 +140,8 @@ def resolve_authorpermvoter(identifier):
def construct_authorpermvoter(*args, username_prefix='@'):
""" Create a vote identifier from vote object or arguments.
Examples:
::
.. code-block:: python
construct_authorpermvoter('username', 'permlink', 'voter')
construct_authorpermvoter({'author': 'username',
'permlink': 'permlink', 'voter': 'voter'})
......
beem\.comment module
==================
====================
.. automodule:: beem.comment
:members:
......
beem\.discussions module
========================
.. automodule:: beem.discussions
:members:
:undoc-members:
:show-inheritance:
\ No newline at end of file
......@@ -15,6 +15,7 @@ Submodules
beem.blockchain
beem.blockchainobject
beem.comment
beem.discussions
beem.exceptions
beem.instance
beem.market
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment