Skip to content

Commit e610aee

Browse files
committed
[templates] Add class docstring
1 parent c83ff19 commit e610aee

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

odml/templates.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ def cache_load(url):
7777

7878

7979
class TemplateHandler(dict):
80+
"""
81+
TemplateHandler facilitates synchronious and deferred
82+
loading, caching, browsing and importing of full or partial
83+
odML templates.
84+
"""
8085
# Used for deferred loading
8186
loading = {}
8287

0 commit comments

Comments
 (0)