Browse Source

代数工厂 函数PEP8整理

Huan 5 years ago
parent
commit
f16166fe03
6 changed files with 298 additions and 308 deletions
  1. 3 0
      .idea/CoTan.iml
  2. 1 0
      .idea/inspectionProfiles/profiles_settings.xml
  3. 3 0
      .idea/misc.xml
  4. 7 0
      .idea/other.xml
  5. 283 307
      DSGC/Algebra_Systemctl.py
  6. 1 1
      DSGC/__init__.py

+ 3 - 0
.idea/CoTan.iml

@@ -5,6 +5,9 @@
     <orderEntry type="jdk" jdkName="Python 3.7 (CoTan)" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>
+  <component name="PyDocumentationSettings">
+    <option name="renderExternalDocumentation" value="true" />
+  </component>
   <component name="TestRunnerService">
     <option name="PROJECT_TEST_RUNNER" value="pytest" />
   </component>

+ 1 - 0
.idea/inspectionProfiles/profiles_settings.xml

@@ -1,5 +1,6 @@
 <component name="InspectionProjectProfileManager">
   <settings>
+    <option name="PROJECT_PROFILE" value="Default" />
     <option name="USE_PROJECT_PROFILE" value="false" />
     <version value="1.0" />
   </settings>

+ 3 - 0
.idea/misc.xml

@@ -1,4 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
   <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.7 (CoTan)" project-jdk-type="Python SDK" />
+  <component name="PythonCompatibilityInspectionAdvertiser">
+    <option name="version" value="3" />
+  </component>
 </project>

+ 7 - 0
.idea/other.xml

@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="PySciProjectComponent">
+    <option name="PY_SCI_VIEW" value="true" />
+    <option name="PY_SCI_VIEW_SUGGESTED" value="true" />
+  </component>
+</project>

File diff suppressed because it is too large
+ 283 - 307
DSGC/Algebra_Systemctl.py


+ 1 - 1
DSGC/__init__.py

@@ -1,2 +1,2 @@
-from DSGC.Algebra_Systemctl import Alg
+from DSGC.Algebra_Systemctl import algebraic_factory_main
 print('代数工厂加载完毕...')

Some files were not shown because too many files changed in this diff