代码搜索:Python

找到约 10,000 项符合「Python」的源代码

代码结果 10,000
www.eeworm.com/read/273660/4202622

py svn_export_empty_files.py

#!/usr/bin/env python # Copyright (c) 2005 Sony Pictures Imageworks Inc. All rights reserved. # # This software/script is free software; you may redistribute it # and/or modify it under the terms of
www.eeworm.com/read/273660/4202646

py authz_svn_group.py

#!/usr/bin/python # # Copyright 2005 Branko Cibej # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.
www.eeworm.com/read/273660/4202723

py svnlook_tests.py

#!/usr/bin/env python # # svnlook_tests.py: testing the 'svnlook' tool. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ===========
www.eeworm.com/read/273660/4202727

py update_tests.py

#!/usr/bin/env python # # update_tests.py: testing update cases. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ==================
www.eeworm.com/read/273660/4202728

py export_tests.py

#!/usr/bin/env python # # export_tests.py: testing export cases. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ==================
www.eeworm.com/read/273660/4202739

py entry.py

#!/usr/bin/env python # # entry.py: module to parse '.svn/entries' file # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ================
www.eeworm.com/read/273660/4202742

py main.py

#!/usr/bin/env python # # main.py: a shared, automated test suite for Subversion # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # ========
www.eeworm.com/read/273660/4202744

py testcase.py

#!/usr/bin/env python # # testcase.py: Control of test case execution. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # =================
www.eeworm.com/read/273660/4202745

py special_tests.py

#!/usr/bin/env python # # special_tests.py: testing special file handling # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # =========
www.eeworm.com/read/273660/4202748

py svnversion_tests.py

#!/usr/bin/env python # # svnversion_tests.py: testing the 'svnversion' tool. # # Subversion is a tool for revision control. # See http://subversion.tigris.org for more information. # # =====