コード例 #1
0
ファイル: handlers.py プロジェクト: plalloni/macom
 def interfaces_uri(cls, m):
     return cls.collection_uri(m, callee_name())
コード例 #2
0
ファイル: handlers.py プロジェクト: plalloni/macom
 def reverse_dependencies_uri(cls, m):
     return cls.collection_uri(m, callee_name())
コード例 #3
0
ファイル: handlers.py プロジェクト: plalloni/macom
 def modules_uri(cls, m):
     return cls.collection_uri(m, callee_name())