Commit 67a3f396 authored by Arnaud Fontaine's avatar Arnaud Fontaine

ZODB Components: Add checkSourceCode() method in Interface (5df5fcf7).

parent 1eb9902b
......@@ -48,6 +48,11 @@ class IComponent(Interface):
then if no error is returned, validate it
"""
def checkSourceCode(self):
"""
Check source code statically
"""
def _getFilesystemPath():
"""
Return the filesystem Component path for import into ZODB
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment