コード例 #1
0
ファイル: web_newforms.py プロジェクト: sibilant/lmfdb
 def base_field_label(self, pretty=True, check=False):
     r"""
       Returns the LMFDB label of the base field.
     """
     F = self.base_ring
     return field_label(F, pretty, check)
コード例 #2
0
ファイル: web_newforms.py プロジェクト: sfrechet/lmfdb
 def base_field_label(self, pretty = True, check=False):
     r"""
       Returns the LMFDB label of the base field.
     """
     F = self.base_ring
     return field_label(F, pretty, check)
コード例 #3
0
ファイル: web_newforms.py プロジェクト: sibilant/lmfdb
 def coefficient_field_label(self, pretty=True, check=False):
     r"""
       Returns the LMFDB label of the (absolute) coefficient field (if it exists).
     """
     F = self.coefficient_field
     return field_label(F, pretty, check)
コード例 #4
0
ファイル: web_newforms.py プロジェクト: sfrechet/lmfdb
 def coefficient_field_label(self, pretty = True, check=False):
     r"""
       Returns the LMFDB label of the (absolute) coefficient field (if it exists).
     """
     F = self.coefficient_field
     return field_label(F, pretty, check)