コード例 #1
0
 def get_tag(self, tag_id):
     return Tag(self, tag_id)
コード例 #2
0
 def create_tag(self, **kwargs):
     return Tag(self, **kwargs)