20: Updated example plugins, added '_api_' command to ipa script with prints the api

This commit is contained in:
Jason Gerard DeRose
2008-07-20 18:36:02 +00:00
parent 89e9b7eaec
commit 14339cfae0
3 changed files with 64 additions and 4 deletions

View File

@@ -158,7 +158,8 @@ class WithObj(Named):
class Command(WithObj):
pass
def __call__(self):
print 'You called %s()' % self.name
class Property(WithObj):
pass