easycoder 250718.1__py2.py3-none-any.whl → 250720.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of easycoder might be problematic. Click here for more details.
- easycoder/__init__.py +1 -1
- easycoder/ec_program.py +4 -2
- {easycoder-250718.1.dist-info → easycoder-250720.1.dist-info}/METADATA +1 -1
- {easycoder-250718.1.dist-info → easycoder-250720.1.dist-info}/RECORD +7 -7
- {easycoder-250718.1.dist-info → easycoder-250720.1.dist-info}/WHEEL +0 -0
- {easycoder-250718.1.dist-info → easycoder-250720.1.dist-info}/entry_points.txt +0 -0
- {easycoder-250718.1.dist-info → easycoder-250720.1.dist-info}/licenses/LICENSE +0 -0
easycoder/__init__.py
CHANGED
easycoder/ec_program.py
CHANGED
|
@@ -349,8 +349,10 @@ class Program:
|
|
|
349
349
|
return 0
|
|
350
350
|
v1 = val1['content']
|
|
351
351
|
v2 = val2['content']
|
|
352
|
-
if v1 == None and v2 != None or v1 != None and v2 == None:
|
|
353
|
-
return 0
|
|
352
|
+
# if v1 == None and v2 != None or v1 != None and v2 == None:
|
|
353
|
+
# return 0
|
|
354
|
+
if v1 == None and v2 != None: return -1
|
|
355
|
+
elif v2 == None and v1 != None: return 1
|
|
354
356
|
if v1 != None and val1['type'] == 'int':
|
|
355
357
|
if not val2['type'] == 'int':
|
|
356
358
|
if type(v2) is str:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: easycoder
|
|
3
|
-
Version:
|
|
3
|
+
Version: 250720.1
|
|
4
4
|
Summary: Rapid scripting in English
|
|
5
5
|
Keywords: compiler,scripting,prototyping,programming,coding,python,low code,hypertalk,computer language,learn to code
|
|
6
6
|
Author-email: Graham Trott <gtanyware@gmail.com>
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
easycoder/README.md,sha256=BVXmYphcTJ6q6RN_9L6HtQukgCnOjSLVIsTM3lk-9aM,587
|
|
2
|
-
easycoder/__init__.py,sha256=
|
|
2
|
+
easycoder/__init__.py,sha256=9MLtBGf5N9Fl4wsYvxaoJmrBI6ijgHGn1RYXOT8fDH8,262
|
|
3
3
|
easycoder/ec_classes.py,sha256=PWPaJuTfaWD4-tgT-2WWOgeFV_jXxlxyKCxvXyylCUU,1824
|
|
4
4
|
easycoder/ec_compiler.py,sha256=9byLqJZgMHAyFFyD8eGhY77oTsY1GY1aVcVrU4JAbd4,5287
|
|
5
5
|
easycoder/ec_condition.py,sha256=YXvSBQKEzKGCcgUGo3Qp8iHolXmm2BpEm0NimSDszIM,785
|
|
6
6
|
easycoder/ec_core.py,sha256=he_8KO2lSR9vcj9_2jauBBvwE2QqkeSVDEcagHdVnHU,99575
|
|
7
7
|
easycoder/ec_handler.py,sha256=ohf3xUuWw_Qb5SZnulGtDhvCb11kvWtYfgbQTiOXpIY,2261
|
|
8
|
-
easycoder/ec_program.py,sha256=
|
|
8
|
+
easycoder/ec_program.py,sha256=FxM9I3Wu1sXBkM5byaKjXyu0MGiILSaa_VeAtuw1g9Q,10091
|
|
9
9
|
easycoder/ec_pyside.py,sha256=ELqG95R8zcYcxCGgb0pD3GTmpS9NhXYgE2UejeYlO0c,40695
|
|
10
10
|
easycoder/ec_timestamp.py,sha256=myQnnF-mT31_1dpQKv2VEAu4BCcbypvMdzq7_DUi1xc,277
|
|
11
11
|
easycoder/ec_value.py,sha256=zgDJTJhIg3yOvmnnKIfccIizmIhGbtvL_ghLTL1T5fg,2516
|
|
12
|
-
easycoder-
|
|
13
|
-
easycoder-
|
|
14
|
-
easycoder-
|
|
15
|
-
easycoder-
|
|
16
|
-
easycoder-
|
|
12
|
+
easycoder-250720.1.dist-info/entry_points.txt,sha256=JXAZbenl0TnsIft2FcGJbJ-4qoztVu2FuT8PFmWFexM,44
|
|
13
|
+
easycoder-250720.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
14
|
+
easycoder-250720.1.dist-info/WHEEL,sha256=Dyt6SBfaasWElUrURkknVFAZDHSTwxg3PaTza7RSbkY,100
|
|
15
|
+
easycoder-250720.1.dist-info/METADATA,sha256=1FuWZsBJulk-uA_xNK_4Lv-t3eJdM5BLq8Yc_uggG8w,6897
|
|
16
|
+
easycoder-250720.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|