(self, arguments, options)
| 114 | ] |
| 115 | |
| 116 | def run(self, arguments, options): |
| 117 | cls = getClassFromArgument(arguments[0], options.clsname) |
| 118 | |
| 119 | printProperties(cls) |
| 120 | |
| 121 | |
| 122 | class FBPrintBlock(fb.FBCommand): |
nothing calls this directly
no test coverage detected