bytecodemanipulation/Emulator.py,sha256=eXMkzB-Xo1fBnHHx7LOg8xjyY6VKCCzdaNqqBoYykEA,22008
bytecodemanipulation/Mixin.py,sha256=GBfXWELlUF2XEWVJjwsV6Wjg7MRZ72H_nJ8YXdaevzY,20025
bytecodemanipulation/MutableFunction.py,sha256=cEkTxQGqDtjJ3dpdc_Oq7We4o5ehJnXn2v9FJIZ_QqU,16723
bytecodemanipulation/MutableFunctionHelpers.py,sha256=iX_NnBRgFcoPgqK9tCIbsl8olZyAdIuc41FRIW4ff2A,9926
bytecodemanipulation/Optimiser.py,sha256=ug_tAav3SBaR_1VEBoJJDo4GhHpsr8HnBjfBzgDPau8,27097
bytecodemanipulation/Specialization.py,sha256=hWgwG-rFQ9_jRXYbNH9Hdp3eFIP9YD9o8Ktwgp3UOws,11629
bytecodemanipulation/TypeEnforcer.py,sha256=hH9-SiNiz9z3YAsarw1KnHhByZpPmx26s0oUZPEhkbE,339
bytecodemanipulation/__init__.py,sha256=HmODihtkL2P81r25JsMrrN1w8QCPzb1-aSx4nk2inO8,157
bytecodemanipulation/annotated_std.py,sha256=tZ2YIClM9w7LPodgNqiiMMWMkO_6SaxpTtd9BB8TOTs,51
bytecodemanipulation/data_loader.py,sha256=VT9Jx2RRdliAFaf4Kxppd-bS6iHaI1J9Sy_fs3GN92Y,3065
bytecodemanipulation/mixin_util.py,sha256=VNE8d69lk-fNNrLDryB57u60Xx87ijApkUz6rTcfYX8,4176
bytecodemanipulation/optimise_self.py,sha256=N8PWHn3DyIUwibd3043tOwoBiYWwR0XbxqOjyyXbqt4,449
bytecodemanipulation/optimiser_util.py,sha256=9RwwgKS0P3Xwxf9vRO-djKPTqd75ZhYsLiKPVK_8ppE,17376
bytecodemanipulation/util.py,sha256=MXpoZR6VoquKVXvqtjQ4lm0J-6Ld3qcU2FFjFGRA9qY,628
bytecodemanipulation/assembler/AbstractBase.py,sha256=uayBaqEhO1EXlX7fGBYq8FyWKNeAwgZllWOOKUR79Dc,10355
bytecodemanipulation/assembler/Emitter.py,sha256=Ne8In87Eg0WHAzyfADpRsHOA7t-MDGaBaTd4ixM_CFM,12032
bytecodemanipulation/assembler/Lexer.py,sha256=Y7UVuFRs4370xOI31te4bieEuUjUv9H-wjznjZYQkjQ,5355
bytecodemanipulation/assembler/Parser.py,sha256=7bRJ3u0lBXYhoS0vmgZpvC4fQT3eY3dr4QbxgbwHyuY,19883
bytecodemanipulation/assembler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/assembler/hook.py,sha256=PEyYS7mbtUDUsQy22HR9Iz9M_fb0Z6VIswqx8ZvQ0U0,1459
bytecodemanipulation/assembler/syntax_errors.py,sha256=XPHtVtPS-csJyVGjM1nfBYVBq9E-cyuXg4w6yp0WwIc,2842
bytecodemanipulation/assembler/target.py,sha256=j52dObJgFkaAh16jNUe8aW753_Pa4ZpysWuouGbr314,3858
bytecodemanipulation/assembler/util/CommonUtil.py,sha256=KgNuMEdfevTg2yNLua3bGWeXJozeQu9k79AGN8gnJ1Q,335
bytecodemanipulation/assembler/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/assembler/util/parser.py,sha256=PVsUtyk6HDqECMUu04gN_y8NEBGA3BKk_kXrYlI_cdw,10940
bytecodemanipulation/assembler/util/tokenizer.py,sha256=YBanCQbEU2dcmXLIcxWYS6Ye09THiv_lIOUPtmJpyU4,8373
bytecodemanipulation/data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/shared/__init__.py,sha256=F7VVe6fSTcTSfn3m9Ch5MIFjEfNl4QpGsy3xcPZr8Ao,27
bytecodemanipulation/data/shared/builtin_spec.py,sha256=t5JBTiukH_bwOt5UmoXwRXAjVatNKnsCrXEyIE-0ufI,15893
bytecodemanipulation/data/shared/expressions/AttributeAccessExpression.py,sha256=AxNT4TbcbDXi4YXiGweu0BQTsLs8cGrYptuMqL5ucrs,2638
bytecodemanipulation/data/shared/expressions/CompoundExpression.py,sha256=yq9UUDViGHY5CvanEATLF8x73pIfI2DPU-EjIzWaB1c,3550
bytecodemanipulation/data/shared/expressions/ConstantAccessExpression.py,sha256=xOWpMfyzl8HCr-eCCjAng68xn5ncaIvGin7eWVMUa1U,1574
bytecodemanipulation/data/shared/expressions/DerefAccessExpression.py,sha256=BibV5hIHBanqvPBWMPnH9ijjreKf38pusL3tQ2hYn64,1429
bytecodemanipulation/data/shared/expressions/DiscardValueExpression.py,sha256=5WARdBD-z6DOKVhx4FwCQmEk92IRqi_k6EotTOB5mys,970
bytecodemanipulation/data/shared/expressions/DynamicAccessExpression.py,sha256=niNx6EzxqSikyHSGrmgLflu0MuVS1yaiLTE2eBzOtcg,2983
bytecodemanipulation/data/shared/expressions/GlobalAccessExpression.py,sha256=goispy5Hc_GL1WJ3R4u4-SU76AkFbtWvKvjEcS8rYh0,1411
bytecodemanipulation/data/shared/expressions/GlobalStaticAccessExpression.py,sha256=WtEx3lEDltsVjfqUh-I8GuubY0gR8h_qhYca3DSBytA,1702
bytecodemanipulation/data/shared/expressions/LocalAccessExpression.py,sha256=GE4LEPg4dIhT-YhUVJd0wqi1V8zOLx3L58STBb0TqDI,1396
bytecodemanipulation/data/shared/expressions/MacroAccessExpression.py,sha256=6QECR1MHbbxor1B23tIMSOx9SGq-YqQdMsAqHEMlDh0,1402
bytecodemanipulation/data/shared/expressions/MacroParameterAcessExpression.py,sha256=Wi3xwCVjm1u4auMuwkRpP-hfZ60eEHae6YUI1EKTPkM,2550
bytecodemanipulation/data/shared/expressions/ModuleAccessExpression.py,sha256=3SmrsI9grSx9Ym9dCD4miE8nSR9ttPmUTyMdwO-sAhY,1556
bytecodemanipulation/data/shared/expressions/StaticAttributeAcccessExpression.py,sha256=j-HjrjW1rdGSyfuTjSVngZyEdJ3mWqmlnIGrfNvZFEg,2693
bytecodemanipulation/data/shared/expressions/SubscriptionAccessExpression.py,sha256=seG6MU3gEAUFtCotMDsvtCFKpZerG_DSJQ9w6vwCOoc,3979
bytecodemanipulation/data/shared/expressions/TopOfStackAccessExpression.py,sha256=L24dpwTmVAGwkGJvlga33DfbOf-h8eVCR8IYCjyvNDI,1678
bytecodemanipulation/data/shared/expressions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/shared/instructions/AbstractInstruction.py,sha256=iYoMZ9SFRz6uZ8373pBGv1sbXcXVs2LaGbXCjx1kBh0,4251
bytecodemanipulation/data/shared/instructions/AssertAssembly.py,sha256=nh3oQ-JErG_PT0wXhQfHDwq8NTIoVsB9tbrvqTUKFTM,1522
bytecodemanipulation/data/shared/instructions/AssertStaticInstruction.py,sha256=jrOm3NnXdWLpfQr04dm2xQMJdDsHZ0jXedoWhJe97qM,2656
bytecodemanipulation/data/shared/instructions/CallAssembly.py,sha256=SA0I8eU2FKvIRyoCCpWkq4zQFklNnoJD3DUJoIuKtfs,12361
bytecodemanipulation/data/shared/instructions/ClassDefinitionAssembly.py,sha256=Q0nrYq7LeKuWCxrnTw7n9pdCl4Ru-zPtJseAa0Sxnss,3433
bytecodemanipulation/data/shared/instructions/ForEachAssembly.py,sha256=dJjt8dfH7Jhuq7vSolxIsCtxPi1w9rOMfRfdAE_tCOs,4885
bytecodemanipulation/data/shared/instructions/FunctionDefinitionAssembly.py,sha256=ZJMeFAHLn-1jHT4dO1v-HC9M55u7ljQ5Hl2CgiVKwzI,7519
bytecodemanipulation/data/shared/instructions/IfAssembly.py,sha256=178GwKOprh9kerpwXCX0j8LgciHUbLFFnNKnXVezVsQ,3830
bytecodemanipulation/data/shared/instructions/JumpAssembly.py,sha256=OWh9pJMsTEl8yjdoflX-lJdNUgrU3BFOSEPdi8BKziA,3177
bytecodemanipulation/data/shared/instructions/LabelAssembly.py,sha256=3WORInMlWeJXEfqbeLuag3sOeDXdecwGpZkt_FRuEhI,1828
bytecodemanipulation/data/shared/instructions/LoadAssembly.py,sha256=U6fzRpzuU18SyDEWtUp6ovJmydx0j26DJLn44EBb_x8,3226
bytecodemanipulation/data/shared/instructions/LoadConstAssembly.py,sha256=UKGP1J2m-DYCHzlG7eNYQGaslvgYXObrF8vZigTkRyg,2998
bytecodemanipulation/data/shared/instructions/LoadFastAssembly.py,sha256=5aMcfR7O4BgaWAt6t4eS0vYIOkc-QQhM0-amdQ014us,2503
bytecodemanipulation/data/shared/instructions/LoadGlobalAssembly.py,sha256=JacjG1LbyDaBHZmm4y-acunYezwkSEQmJbXqmhifaGQ,3113
bytecodemanipulation/data/shared/instructions/MacroAssembly.py,sha256=wNZQOqrXkcobhYLjhnlMq6LNkq0_3IxbuJ6ZwJZp9CM,22721
bytecodemanipulation/data/shared/instructions/MacroImportAssembly.py,sha256=8j7VlFVgR9XvmoDkOIWboXlt_a-B2_f8Z9gndID41os,4442
bytecodemanipulation/data/shared/instructions/MacroPasteAssembly.py,sha256=K7KGovPwD396cWSEhW6nnm9n-x2O08ZJpzj2ttyUy3A,2760
bytecodemanipulation/data/shared/instructions/MacroReturnAssembly.py,sha256=K2YhgIHTuJHphj9QjRC0rXcpF9yIRQCoims62DhxE60,2073
bytecodemanipulation/data/shared/instructions/NamespaceAssembly.py,sha256=N_Rv9iia8YnS5fBoCXTJyRB7gGog5u7Qh6tVZGFTxT8,2782
bytecodemanipulation/data/shared/instructions/OpAssembly.py,sha256=r_CtjuK-ZZnka-1_gKCSOeFvuypGIJh5cedNdpDELVU,19409
bytecodemanipulation/data/shared/instructions/PopElementAssembly.py,sha256=Fv-IrpRChKAn8f7cDFDvAqxWNxxZTUDg8BwXVUW4M4s,900
bytecodemanipulation/data/shared/instructions/PythonCodeAssembly.py,sha256=O_Uefo3-cAKFOjEgGylbikFS2TiitQiMCrW9y6j2bPI,1543
bytecodemanipulation/data/shared/instructions/RaiseAssembly.py,sha256=JN8TFbvyyXRQv7tm9kxbNSUpI1pOp-Y1rU4BvYsQWM4,897
bytecodemanipulation/data/shared/instructions/RawAssembly.py,sha256=93-y9H3mYI_C7WkAD3RQjzdygscdAaG9Xt97i8bjGRM,1878
bytecodemanipulation/data/shared/instructions/ReturnAssembly.py,sha256=OYVabuH9OMFf_TlAUWDdJuK2BMR_2yd39TXUsoLlAnQ,1549
bytecodemanipulation/data/shared/instructions/StoreAssembly.py,sha256=xHHMIQRGx6P_UBOXksGXdJXR-WPCf7OqTmIEINEpF5M,2856
bytecodemanipulation/data/shared/instructions/StoreFastAssembly.py,sha256=cOH_LEDgY41ZEVWO5DYLbK55zJ9fkyRvsgmaxwINmmY,2303
bytecodemanipulation/data/shared/instructions/StoreGlobalAssembly.py,sha256=dzwlvOOf9GIrJ-ggXfEMLH93hSoFZGSgSEMjCJeuaYA,2581
bytecodemanipulation/data/shared/instructions/WhileAssembly.py,sha256=N0XJU3iKLkKmNkwNmp1MCMyqlE7_-CrnsDh2TBH7E5g,3796
bytecodemanipulation/data/shared/instructions/YieldAssembly.py,sha256=Js5egdU2WwSQVOsUTARqF1BAx_9f-GoiVdOB8RiJhFs,3006
bytecodemanipulation/data/shared/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_10/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_10/assembly_instructions.py,sha256=CryqAQu8pqUUrq2MKCdTEHHH0NInGD1hMHC2iy5vamQ,957
bytecodemanipulation/data/v3_10/specialize.py,sha256=uZedF1bOFva6iwUVP38C1fIeWKml5wd3rh1_pQkbugY,47
bytecodemanipulation/data/v3_10/instructions/AssertAssembly.py,sha256=dry7ECOQ7a-dNfHjE6KAHericsXyeOhY4k8aEROqmKo,1562
bytecodemanipulation/data/v3_10/instructions/CallAssembly.py,sha256=9iFMI6ZObMudWVg6LzuNR5kONhnCrV7M9QgJPiIYUUk,6817
bytecodemanipulation/data/v3_10/instructions/ClassDefinitionAssembly.py,sha256=qSpcQBzLQH6nHfreZXxV1NUec0MeU3HfjGSHImobIDY,2782
bytecodemanipulation/data/v3_10/instructions/ForEachAssembly.py,sha256=kLS-3-Tk1YCeY6eYBHKXF-dA7v51W9JmF--4Hv_y5IU,3750
bytecodemanipulation/data/v3_10/instructions/FunctionDefinitionAssembly.py,sha256=XWs-oe_G6bMynO-xmgAnPI-KlLn-HF2XE4fn--Njaew,5056
bytecodemanipulation/data/v3_10/instructions/IfAssembly.py,sha256=6gKFln07h6ZSVPfBaY69kjUMIUJesNx-wKRAyzn1r8o,1620
bytecodemanipulation/data/v3_10/instructions/JumpAssembly.py,sha256=Bj_QiYLyhK3APaWPhzPARgudIhCS7ITxQVwj9dzBoko,1502
bytecodemanipulation/data/v3_10/instructions/LoadConstAssembly.py,sha256=sWOeVgYtMYv9sfXt9VHvTvFZ3m2AWtyOSc6eVzsIYhk,1085
bytecodemanipulation/data/v3_10/instructions/LoadFastAssembly.py,sha256=ZvgZjKxY3eNe2Q-JTfOqVD5wbUC-Pc7VMq7ghBpKZsQ,823
bytecodemanipulation/data/v3_10/instructions/LoadGlobalAssembly.py,sha256=0jzgUbFHlwb8889_HwHuRf7X3SdhUuHjF-XYmlFsiNI,833
bytecodemanipulation/data/v3_10/instructions/OpAssembly.py,sha256=MWTYE27l2grRzoq47y1D5pRl4sc3n4JOKuotB1-wLW4,13485
bytecodemanipulation/data/v3_10/instructions/PopElementAssembly.py,sha256=GDohNDgaySpM0YFRPTFHIOFQSrNcF9vu4D5xmw7ffIg,724
bytecodemanipulation/data/v3_10/instructions/RaiseAssembly.py,sha256=Cmr1RaersBy5CPLzKi8RSZeDGrt8Yo5pXRC10IQFbM4,788
bytecodemanipulation/data/v3_10/instructions/ReturnAssembly.py,sha256=SANw5pMdqYK3h47uyUv5z9GNH_xkbVqq6fNPvDC14vE,724
bytecodemanipulation/data/v3_10/instructions/StoreFastAssembly.py,sha256=g2biijJ7m0KjO43zdytoNOyfdZwf1geiWqtZZ-Tnas8,836
bytecodemanipulation/data/v3_10/instructions/StoreGlobalAssembly.py,sha256=jH3YKOz7r9i5QDFv5ARKJ9Ht39O91jIhg5_h6pBybCE,846
bytecodemanipulation/data/v3_10/instructions/WhileAssembly.py,sha256=AVKePqcF553avMc6AeApTu9Le7lYg9y015zOmwEktiw,1584
bytecodemanipulation/data/v3_10/instructions/YieldAssembly.py,sha256=X-QpWfLikV6VP7SwZE3ddW0_dPBxH_9EQ03NHnup_ks,1349
bytecodemanipulation/data/v3_10/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_11/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/data/v3_11/assembly_instructions.py,sha256=5dbSrE4WOVCIJauidMD0TaYIPFsKEhg8TJ4iV6_hSH4,849
bytecodemanipulation/data/v3_11/specialize.py,sha256=uZedF1bOFva6iwUVP38C1fIeWKml5wd3rh1_pQkbugY,47
bytecodemanipulation/data/v3_11/instructions/CallAssembly.py,sha256=9iFMI6ZObMudWVg6LzuNR5kONhnCrV7M9QgJPiIYUUk,6817
bytecodemanipulation/data/v3_11/instructions/ClassDefinitionAssembly.py,sha256=f4lA_yk-2nHSLSNxFNtwAMdhaRd-bUyqm78Rkde8H5Y,2781
bytecodemanipulation/data/v3_11/instructions/ForEachAssembly.py,sha256=kLS-3-Tk1YCeY6eYBHKXF-dA7v51W9JmF--4Hv_y5IU,3750
bytecodemanipulation/data/v3_11/instructions/FunctionDefinitionAssembly.py,sha256=Lh8XrMVea2d7l9cDyy0kWH80rJoaCImCcVnChpfiunI,5006
bytecodemanipulation/data/v3_11/instructions/IfAssembly.py,sha256=6gKFln07h6ZSVPfBaY69kjUMIUJesNx-wKRAyzn1r8o,1620
bytecodemanipulation/data/v3_11/instructions/JumpAssembly.py,sha256=Bj_QiYLyhK3APaWPhzPARgudIhCS7ITxQVwj9dzBoko,1502
bytecodemanipulation/data/v3_11/instructions/LoadConstAssembly.py,sha256=sWOeVgYtMYv9sfXt9VHvTvFZ3m2AWtyOSc6eVzsIYhk,1085
bytecodemanipulation/data/v3_11/instructions/LoadFastAssembly.py,sha256=ZvgZjKxY3eNe2Q-JTfOqVD5wbUC-Pc7VMq7ghBpKZsQ,823
bytecodemanipulation/data/v3_11/instructions/LoadGlobalAssembly.py,sha256=0jzgUbFHlwb8889_HwHuRf7X3SdhUuHjF-XYmlFsiNI,833
bytecodemanipulation/data/v3_11/instructions/OpAssembly.py,sha256=WUomi5RcMiSp-vw4qIAkAaK_yOfvEWeieWyQsPUIrE4,2963
bytecodemanipulation/data/v3_11/instructions/PopElementAssembly.py,sha256=GDohNDgaySpM0YFRPTFHIOFQSrNcF9vu4D5xmw7ffIg,724
bytecodemanipulation/data/v3_11/instructions/RaiseAssembly.py,sha256=Cmr1RaersBy5CPLzKi8RSZeDGrt8Yo5pXRC10IQFbM4,788
bytecodemanipulation/data/v3_11/instructions/ReturnAssembly.py,sha256=SANw5pMdqYK3h47uyUv5z9GNH_xkbVqq6fNPvDC14vE,724
bytecodemanipulation/data/v3_11/instructions/StoreFastAssembly.py,sha256=g2biijJ7m0KjO43zdytoNOyfdZwf1geiWqtZZ-Tnas8,836
bytecodemanipulation/data/v3_11/instructions/StoreGlobalAssembly.py,sha256=jH3YKOz7r9i5QDFv5ARKJ9Ht39O91jIhg5_h6pBybCE,846
bytecodemanipulation/data/v3_11/instructions/WhileAssembly.py,sha256=AVKePqcF553avMc6AeApTu9Le7lYg9y015zOmwEktiw,1584
bytecodemanipulation/data/v3_11/instructions/YieldAssembly.py,sha256=X-QpWfLikV6VP7SwZE3ddW0_dPBxH_9EQ03NHnup_ks,1349
bytecodemanipulation/data/v3_11/instructions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation/opcodes/AbstractOpcodeTransformerStage.py,sha256=7joXRHjxl3Xyi5PUyHwaLmLDtniSk28khXvJrRi-Ldw,12756
bytecodemanipulation/opcodes/CodeObjectBuilder.py,sha256=Al0SORhcKBuOJe-QD9v-yhJ-F4MN0pt-O8VNE0DSb-E,2232
bytecodemanipulation/opcodes/ExceptionTable.py,sha256=oVwgfGlbJNOTDUYkihSTodQmwPXJ_LuibMA3iG82das,1329
bytecodemanipulation/opcodes/Instruction.py,sha256=b-gn1NNPowTFfy08313nHBehTg-4Dtfu4OYgGkAZYcA,24591
bytecodemanipulation/opcodes/Opcodes.py,sha256=XySgyck2oMdiDXThuI5U8_4GokWud90_IjmYE7PqSAk,5632
bytecodemanipulation/opcodes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
bytecodemanipulation-0.3.1.dist-info/LICENSE,sha256=b9Alsu_kcIF2jWqB4pU2Y0VjCPSVtTu684YNcn_RDF0,1061
bytecodemanipulation-0.3.1.dist-info/METADATA,sha256=L0BaNDTgPszR4ZvsRr5suqsD5WyEjDs6uj8H-tQIIw0,6352
bytecodemanipulation-0.3.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
bytecodemanipulation-0.3.1.dist-info/top_level.txt,sha256=j7KSJuZGEcWd8q4KZ-I09B-C7k78W3kUVK421F14wjw,21
bytecodemanipulation-0.3.1.dist-info/RECORD,,
