diff options
114 files changed, 1623 insertions, 18763 deletions
@@ -4653,3 +4653,6 @@ devel/etcd31||2025-07-08|Has expired: EOLed upstream, switch to a newer version devel/etcd32||2025-07-08|Has expired: EOLed upstream, switch to a newer version devel/etcd33||2025-07-08|Has expired: EOLed upstream, switch to a newer version lang/luajit-devel|lang/luajit|2025-07-08|Removed, use lang/luajit instead +devel/py-cog|devel/py-cogapp|2025-07-14|Renamed to match upstream PyPI package name +devel/pycharm-ce|devel/pycharm|2025-07-14|Has expired: Pycharm is now unified product. Please switch to devel/pycharm +devel/pycharm-pro|devel/pycharm|2025-07-14|Has expired: Pycharm is now unified product. Please switch to devel/pycharm diff --git a/audio/ft2-clone/Makefile b/audio/ft2-clone/Makefile index f95a5e5de0d5..03a9d9368154 100644 --- a/audio/ft2-clone/Makefile +++ b/audio/ft2-clone/Makefile @@ -1,6 +1,6 @@ PORTNAME= ft2-clone DISTVERSIONPREFIX= v -DISTVERSION= 1.96 +DISTVERSION= 1.97 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/ft2-clone/distinfo b/audio/ft2-clone/distinfo index 469242f2a138..a6900586b705 100644 --- a/audio/ft2-clone/distinfo +++ b/audio/ft2-clone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747987328 -SHA256 (8bitbubsy-ft2-clone-v1.96_GH0.tar.gz) = 027a8a18bbaa151a758ccc8a14da281aa5136f9a4c6f90ef0f4b6c611d081e03 -SIZE (8bitbubsy-ft2-clone-v1.96_GH0.tar.gz) = 5229013 +TIMESTAMP = 1752439260 +SHA256 (8bitbubsy-ft2-clone-v1.97_GH0.tar.gz) = baa7b64067765bbe52127a8009a42a2b21289df05b29830d4d4584174cc12ec2 +SIZE (8bitbubsy-ft2-clone-v1.97_GH0.tar.gz) = 5230546 diff --git a/databases/arrow-glib/Makefile b/databases/arrow-glib/Makefile index b0cbaa68bac2..9cd7c171dc06 100644 --- a/databases/arrow-glib/Makefile +++ b/databases/arrow-glib/Makefile @@ -1,5 +1,5 @@ PORTNAME= arrow -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases MASTER_SITES= APACHE/arrow/arrow-${PORTVERSION}/ PKGNAMESUFFIX= -glib diff --git a/databases/arrow-glib/distinfo b/databases/arrow-glib/distinfo index 539094eac169..800d184828c1 100644 --- a/databases/arrow-glib/distinfo +++ b/databases/arrow-glib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740022436 -SHA256 (apache-arrow-19.0.1.tar.gz) = acb76266e8b0c2fbb7eb15d542fbb462a73b3fd1e32b80fad6c2fafd95a51160 -SIZE (apache-arrow-19.0.1.tar.gz) = 17849505 +TIMESTAMP = 1752479249 +SHA256 (apache-arrow-20.0.0.tar.gz) = 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212 +SIZE (apache-arrow-20.0.0.tar.gz) = 17862661 diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index 7be3816e356b..1742573965de 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,6 +1,5 @@ PORTNAME= arrow -DISTVERSION= 19.0.1 -PORTREVISION= 5 +DISTVERSION= 20.0.0 CATEGORIES= databases MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \ https://github.com/apache/orc/archive/rel/:orc @@ -28,7 +27,7 @@ GH_ACCOUNT= apache WRKSRC_SUBDIR= cpp -PLIST_SUB+= LIBVERSION=1900 +PLIST_SUB+= LIBVERSION=2000 CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 -DARROW_SIMD_LEVEL=NONE -DARROW_RUNTIME_SIMD_LEVEL=NONE \ -DPython3_EXECUTABLE=${PYTHON_CMD} diff --git a/databases/arrow/distinfo b/databases/arrow/distinfo index b7ee48617fd7..794a655e4900 100644 --- a/databases/arrow/distinfo +++ b/databases/arrow/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1740274410 -SHA256 (apache-arrow-19.0.1.tar.gz) = acb76266e8b0c2fbb7eb15d542fbb462a73b3fd1e32b80fad6c2fafd95a51160 -SIZE (apache-arrow-19.0.1.tar.gz) = 17849505 +TIMESTAMP = 1749498304 +SHA256 (apache-arrow-20.0.0.tar.gz) = 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212 +SIZE (apache-arrow-20.0.0.tar.gz) = 17862661 SHA256 (release-1.6.6.tar.gz) = 9a92b3eaad1d8b88a18cee41058feb34eb43d919df363e0b74a0b857724e4ba0 SIZE (release-1.6.6.tar.gz) = 13939853 diff --git a/databases/arrow/files/patch-src_arrow_testing_process.cc b/databases/arrow/files/patch-src_arrow_testing_process.cc deleted file mode 100644 index a9f3ff631317..000000000000 --- a/databases/arrow/files/patch-src_arrow_testing_process.cc +++ /dev/null @@ -1,33 +0,0 @@ -- workaorund for https://github.com/apache/arrow/issues/45803 - ---- src/arrow/testing/process.cc.orig 2025-02-11 22:18:18 UTC -+++ src/arrow/testing/process.cc -@@ -33,17 +33,24 @@ - # include <boost/asio/io_context.hpp> - - # ifdef BOOST_PROCESS_USE_V2 -+#undef BOOST_PROCESS_NEED_SOURCE - # ifdef BOOST_PROCESS_NEED_SOURCE - // Workaround for https://github.com/boostorg/process/issues/312 - # define BOOST_PROCESS_V2_SEPARATE_COMPILATION - # ifdef __APPLE__ - # include <sys/sysctl.h> - # endif --# include <boost/process/v2.hpp> --# include <boost/process/v2/src.hpp> --# else --# include <boost/process/v2.hpp> - # endif -+# include <boost/process/v2/environment.hpp> -+# include <boost/process/v2/error.hpp> -+# include <boost/process/v2/execute.hpp> -+# include <boost/process/v2/exit_code.hpp> -+# include <boost/process/v2/pid.hpp> -+# include <boost/process/v2/popen.hpp> -+# include <boost/process/v2/process.hpp> -+# include <boost/process/v2/process_handle.hpp> -+# include <boost/process/v2/start_dir.hpp> -+# include <boost/process/v2/stdio.hpp> - # include <unordered_map> - # else - // We need BOOST_USE_WINDOWS_H definition with MinGW when we use diff --git a/databases/arrow/pkg-plist b/databases/arrow/pkg-plist index 38510fc6b44c..eab967a6c8c3 100644 --- a/databases/arrow/pkg-plist +++ b/databases/arrow/pkg-plist @@ -513,7 +513,7 @@ lib/cmake/Arrow/arrow-config.cmake %%TESTINGFLIGHT%%lib/cmake/ArrowFlightTesting/ArrowFlightTestingTargets.cmake %%TESTINGFLIGHT%%lib/libarrow_flight_testing.so %%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.%%LIBVERSION%% -%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.%%LIBVERSION%%.1.0 +%%TESTINGFLIGHT%%lib/libarrow_flight_testing.so.%%LIBVERSION%%.0.0 %%TESTINGFLIGHT%%libdata/pkgconfig/arrow-flight-testing.pc %%PYTHONFLIGHT%%lib/cmake/arrow/ArrowPythonFlightConfig.cmake %%PYTHONFLIGHT%%lib/cmake/arrow/ArrowPythonFlightConfigVersion.cmake @@ -546,25 +546,25 @@ lib/cmake/Arrow/arrow-config.cmake %%PARQUET%%lib/cmake/Parquet/ParquetTargets.cmake lib/libarrow.so lib/libarrow.so.%%LIBVERSION%% -lib/libarrow.so.%%LIBVERSION%%.1.0 +lib/libarrow.so.%%LIBVERSION%%.0.0 %%ACERO%%lib/libarrow_acero.so %%ACERO%%lib/libarrow_acero.so.%%LIBVERSION%% -%%ACERO%%lib/libarrow_acero.so.%%LIBVERSION%%.1.0 +%%ACERO%%lib/libarrow_acero.so.%%LIBVERSION%%.0.0 %%DATASET%%lib/libarrow_dataset.so %%DATASET%%lib/libarrow_dataset.so.%%LIBVERSION%% -%%DATASET%%lib/libarrow_dataset.so.%%LIBVERSION%%.1.0 +%%DATASET%%lib/libarrow_dataset.so.%%LIBVERSION%%.0.0 %%FLIGHT%%lib/libarrow_flight.so %%FLIGHT%%lib/libarrow_flight.so.%%LIBVERSION%% -%%FLIGHT%%lib/libarrow_flight.so.%%LIBVERSION%%.1.0 +%%FLIGHT%%lib/libarrow_flight.so.%%LIBVERSION%%.0.0 %%TESTING%%lib/libarrow_testing.so %%TESTING%%lib/libarrow_testing.so.%%LIBVERSION%% -%%TESTING%%lib/libarrow_testing.so.%%LIBVERSION%%.1.0 +%%TESTING%%lib/libarrow_testing.so.%%LIBVERSION%%.0.0 %%GANDIVA%%lib/libgandiva.so %%GANDIVA%%lib/libgandiva.so.%%LIBVERSION%% -%%GANDIVA%%lib/libgandiva.so.%%LIBVERSION%%.1.0 +%%GANDIVA%%lib/libgandiva.so.%%LIBVERSION%%.0.0 %%PARQUET%%lib/libparquet.so %%PARQUET%%lib/libparquet.so.%%LIBVERSION%% -%%PARQUET%%lib/libparquet.so.%%LIBVERSION%%.1.0 +%%PARQUET%%lib/libparquet.so.%%LIBVERSION%%.0.0 %%ACERO%%libdata/pkgconfig/arrow-acero.pc %%COMPUTE%%libdata/pkgconfig/arrow-compute.pc %%CSV%%libdata/pkgconfig/arrow-csv.pc @@ -578,4 +578,4 @@ libdata/pkgconfig/arrow.pc %%GANDIVA%%libdata/pkgconfig/gandiva.pc %%PARQUET%%libdata/pkgconfig/parquet.pc %%DATADIR%%/gdb/gdb_arrow.py -share/gdb/auto-load/usr/local/lib/libarrow.so.%%LIBVERSION%%.1.0-gdb.py +share/gdb/auto-load/usr/local/lib/libarrow.so.%%LIBVERSION%%.0.0-gdb.py diff --git a/databases/diesel/Makefile b/databases/diesel/Makefile index 1d3f9023abf4..72f933107300 100644 --- a/databases/diesel/Makefile +++ b/databases/diesel/Makefile @@ -1,7 +1,6 @@ PORTNAME= diesel DISTVERSIONPREFIX= v -DISTVERSION= 2.2.11 -PORTREVISION= 1 +DISTVERSION= 2.2.12 CATEGORIES= databases PKGNAMESUFFIX= -cli @@ -38,15 +37,15 @@ CARGO_CRATES= aho-corasick-1.1.3 \ bitflags-2.9.1 \ blake2-0.10.6 \ block-buffer-0.10.4 \ - bumpalo-3.18.1 \ + bumpalo-3.19.0 \ byteorder-1.5.0 \ - cc-1.2.27 \ + cc-1.2.29 \ cfg-if-1.0.1 \ chrono-0.4.41 \ - clap-4.5.40 \ - clap_builder-4.5.40 \ - clap_complete-4.5.54 \ - clap_derive-4.5.40 \ + clap-4.5.41 \ + clap_builder-4.5.41 \ + clap_complete-4.5.55 \ + clap_derive-4.5.41 \ clap_lex-0.7.5 \ cmake-0.1.54 \ colorchoice-1.0.4 \ @@ -66,7 +65,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ encode_unicode-1.0.0 \ env_logger-0.8.4 \ equivalent-1.0.2 \ - errno-0.3.12 \ + errno-0.3.13 \ fastrand-2.3.0 \ fnv-1.0.7 \ form_urlencoded-1.2.1 \ @@ -87,7 +86,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ ident_case-1.0.1 \ idna-1.0.3 \ idna_adapter-1.2.1 \ - indexmap-2.9.0 \ + indexmap-2.10.0 \ insta-1.43.1 \ ipnet-2.11.0 \ ipnetwork-0.21.1 \ @@ -97,7 +96,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ lazy_static-1.5.0 \ libc-0.2.174 \ libm-0.2.15 \ - libsqlite3-sys-0.33.0 \ + libsqlite3-sys-0.35.0 \ link-cplusplus-1.0.10 \ linux-raw-sys-0.9.4 \ litemap-0.8.0 \ @@ -115,7 +114,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ num-traits-0.2.19 \ once_cell-1.21.3 \ once_cell_polyfill-1.70.1 \ - openssl-src-300.5.0+3.5.0 \ + openssl-src-300.5.1+3.5.1 \ openssl-sys-0.9.109 \ overload-0.1.1 \ parking_lot-0.12.4 \ @@ -153,7 +152,7 @@ CARGO_CRATES= aho-corasick-1.1.3 \ serde_derive-1.0.219 \ serde_json-1.0.140 \ serde_regex-1.1.0 \ - serde_spanned-0.6.9 \ + serde_spanned-1.0.0 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ similar-2.7.0 \ @@ -161,20 +160,20 @@ CARGO_CRATES= aho-corasick-1.1.3 \ stable_deref_trait-1.2.0 \ strsim-0.11.1 \ subtle-2.6.1 \ - syn-2.0.103 \ + syn-2.0.104 \ synstructure-0.13.2 \ tempfile-3.20.0 \ - thiserror-1.0.69 \ - thiserror-impl-1.0.69 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ thread_local-1.1.9 \ time-0.3.41 \ time-core-0.1.4 \ time-macros-0.2.22 \ tinystr-0.8.1 \ - toml-0.8.23 \ - toml_datetime-0.6.11 \ - toml_edit-0.22.27 \ - toml_write-0.1.2 \ + toml-0.9.2 \ + toml_datetime-0.7.0 \ + toml_parser-1.0.1 \ + toml_writer-1.0.2 \ tracing-0.1.41 \ tracing-attributes-0.1.30 \ tracing-core-0.1.34 \ @@ -207,16 +206,26 @@ CARGO_CRATES= aho-corasick-1.1.3 \ windows-strings-0.4.2 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.52.6 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.52.6 \ + windows_aarch64_gnullvm-0.53.0 \ windows_aarch64_msvc-0.52.6 \ + windows_aarch64_msvc-0.53.0 \ windows_i686_gnu-0.52.6 \ + windows_i686_gnu-0.53.0 \ windows_i686_gnullvm-0.52.6 \ + windows_i686_gnullvm-0.53.0 \ windows_i686_msvc-0.52.6 \ + windows_i686_msvc-0.53.0 \ windows_x86_64_gnu-0.52.6 \ + windows_x86_64_gnu-0.53.0 \ windows_x86_64_gnullvm-0.52.6 \ + windows_x86_64_gnullvm-0.53.0 \ windows_x86_64_msvc-0.52.6 \ - winnow-0.7.11 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.12 \ wit-bindgen-rt-0.39.0 \ writeable-0.6.1 \ yoke-0.8.0 \ diff --git a/databases/diesel/distinfo b/databases/diesel/distinfo index 82417839f948..6f18a280c6ca 100644 --- a/databases/diesel/distinfo +++ b/databases/diesel/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1750322935 +TIMESTAMP = 1752473534 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0 @@ -31,24 +31,24 @@ SHA256 (rust/crates/blake2-0.10.6.crate) = 46502ad458c9a52b69d4d4d32775c788b7a1b SIZE (rust/crates/blake2-0.10.6.crate) = 47234 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bumpalo-3.18.1.crate) = 793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee -SIZE (rust/crates/bumpalo-3.18.1.crate) = 96348 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 -SHA256 (rust/crates/cc-1.2.27.crate) = d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc -SIZE (rust/crates/cc-1.2.27.crate) = 107070 +SHA256 (rust/crates/cc-1.2.29.crate) = 5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362 +SIZE (rust/crates/cc-1.2.29.crate) = 108072 SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d SIZE (rust/crates/chrono-0.4.41.crate) = 234621 -SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f -SIZE (rust/crates/clap-4.5.40.crate) = 57419 -SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e -SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 -SHA256 (rust/crates/clap_complete-4.5.54.crate) = aad5b1b4de04fead402672b48897030eec1f3bfe1550776322f59f6d6e6a5677 -SIZE (rust/crates/clap_complete-4.5.54.crate) = 48534 -SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce -SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap-4.5.41.crate) = be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9 +SIZE (rust/crates/clap-4.5.41.crate) = 58298 +SHA256 (rust/crates/clap_builder-4.5.41.crate) = 707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d +SIZE (rust/crates/clap_builder-4.5.41.crate) = 169633 +SHA256 (rust/crates/clap_complete-4.5.55.crate) = a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a +SIZE (rust/crates/clap_complete-4.5.55.crate) = 48536 +SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491 +SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 @@ -87,8 +87,8 @@ SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63 SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 -SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 SHA256 (rust/crates/fastrand-2.3.0.crate) = 37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be SIZE (rust/crates/fastrand-2.3.0.crate) = 15076 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 @@ -129,8 +129,8 @@ SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f SIZE (rust/crates/idna-1.0.3.crate) = 142515 SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 -SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e -SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371 SIZE (rust/crates/insta-1.43.1.crate) = 101047 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 @@ -149,8 +149,8 @@ SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e984 SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de SIZE (rust/crates/libm-0.2.15.crate) = 156108 -SHA256 (rust/crates/libsqlite3-sys-0.33.0.crate) = 947e6816f7825b2b45027c2c32e7085da9934defa535de4a6a46b10a4d5257fa -SIZE (rust/crates/libsqlite3-sys-0.33.0.crate) = 5182864 +SHA256 (rust/crates/libsqlite3-sys-0.35.0.crate) = 133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f +SIZE (rust/crates/libsqlite3-sys-0.35.0.crate) = 5200364 SHA256 (rust/crates/link-cplusplus-1.0.10.crate) = 4a6f6da007f968f9def0d65a05b187e2960183de70c160204ecfccf0ee330212 SIZE (rust/crates/link-cplusplus-1.0.10.crate) = 8054 SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 @@ -185,8 +185,8 @@ SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a71648 SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 -SHA256 (rust/crates/openssl-src-300.5.0+3.5.0.crate) = e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f -SIZE (rust/crates/openssl-src-300.5.0+3.5.0.crate) = 10488436 +SHA256 (rust/crates/openssl-src-300.5.1+3.5.1.crate) = 735230c832b28c000e3bc117119e6466a663ec73506bc0a9907ea4187508e42a +SIZE (rust/crates/openssl-src-300.5.1+3.5.1.crate) = 10505501 SHA256 (rust/crates/openssl-sys-0.9.109.crate) = 90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571 SIZE (rust/crates/openssl-sys-0.9.109.crate) = 78247 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 @@ -261,8 +261,8 @@ SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7 SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 SHA256 (rust/crates/serde_regex-1.1.0.crate) = a8136f1a4ea815d7eac4101cfd0b16dc0cb5e1fe1b8609dfd728058656b7badf SIZE (rust/crates/serde_regex-1.1.0.crate) = 9710 -SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 -SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 +SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 @@ -277,16 +277,16 @@ SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3 SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/syn-2.0.103.crate) = e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8 -SIZE (rust/crates/syn-2.0.103.crate) = 298990 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 -SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 -SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-impl-1.0.69.crate) = 4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1 -SIZE (rust/crates/thiserror-impl-1.0.69.crate) = 18365 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 @@ -297,14 +297,14 @@ SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3 SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 -SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 -SIZE (rust/crates/toml-0.8.23.crate) = 36050 -SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c -SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 -SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a -SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 -SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 -SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/toml-0.9.2.crate) = ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac +SIZE (rust/crates/toml-0.9.2.crate) = 56695 +SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 +SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 +SHA256 (rust/crates/toml_parser-1.0.1.crate) = 97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30 +SIZE (rust/crates/toml_parser-1.0.1.crate) = 35063 +SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 +SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 @@ -369,26 +369,46 @@ SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9b SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-targets-0.53.2.crate) = c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef +SIZE (rust/crates/windows-targets-0.53.2.crate) = 7046 SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3 SIZE (rust/crates/windows_aarch64_gnullvm-0.52.6.crate) = 435718 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.0.crate) = 782443 SHA256 (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469 SIZE (rust/crates/windows_aarch64_msvc-0.52.6.crate) = 832615 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c +SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 SHA256 (rust/crates/windows_i686_gnu-0.52.6.crate) = 8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b SIZE (rust/crates/windows_i686_gnu-0.52.6.crate) = 880402 +SHA256 (rust/crates/windows_i686_gnu-0.53.0.crate) = c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3 +SIZE (rust/crates/windows_i686_gnu-0.53.0.crate) = 936973 SHA256 (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66 SIZE (rust/crates/windows_i686_gnullvm-0.52.6.crate) = 475940 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 +SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 SHA256 (rust/crates/windows_i686_msvc-0.52.6.crate) = 240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66 SIZE (rust/crates/windows_i686_msvc-0.52.6.crate) = 901163 +SHA256 (rust/crates/windows_i686_msvc-0.53.0.crate) = 581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d +SIZE (rust/crates/windows_i686_msvc-0.53.0.crate) = 903450 SHA256 (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78 SIZE (rust/crates/windows_x86_64_gnu-0.52.6.crate) = 836363 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba +SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.0.crate) = 782434 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (rust/crates/winnow-0.7.11.crate) = 74c7b26e3480b707944fc872477815d29a8e429d2f93a1ce000f5fa84a15cbcd -SIZE (rust/crates/winnow-0.7.11.crate) = 174175 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 +SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 +SIZE (rust/crates/winnow-0.7.12.crate) = 174403 SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb @@ -411,5 +431,5 @@ SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5f SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (diesel-rs-diesel-v2.2.11_GH0.tar.gz) = d2fdb24e16b4a26775bf76833fbb410e97f68af1161a084a500bc79d8d06dc41 -SIZE (diesel-rs-diesel-v2.2.11_GH0.tar.gz) = 846722 +SHA256 (diesel-rs-diesel-v2.2.12_GH0.tar.gz) = 583f2d71a14b2bb318222474bd1f26f93e945a3e98dcf1b892c67463abe13897 +SIZE (diesel-rs-diesel-v2.2.12_GH0.tar.gz) = 849219 diff --git a/databases/kuzu/Makefile b/databases/kuzu/Makefile index af9d4b460626..def0f4db1b3c 100644 --- a/databases/kuzu/Makefile +++ b/databases/kuzu/Makefile @@ -1,6 +1,6 @@ PORTNAME= kuzu DISTVERSIONPREFIX= v -DISTVERSION= 0.10.0 +DISTVERSION= 0.11.0 CATEGORIES= databases MAINTAINER= mahlon@martini.nu diff --git a/databases/kuzu/distinfo b/databases/kuzu/distinfo index 17e9eed47e1c..92176c7b2b9f 100644 --- a/databases/kuzu/distinfo +++ b/databases/kuzu/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746742558 -SHA256 (kuzudb-kuzu-v0.10.0_GH0.tar.gz) = df185b2688ccbfebfddf11520532caf2965300fd91c0c2b9d096da59c925228f -SIZE (kuzudb-kuzu-v0.10.0_GH0.tar.gz) = 153460387 +TIMESTAMP = 1752437160 +SHA256 (kuzudb-kuzu-v0.11.0_GH0.tar.gz) = 445872031fd41153dd5a35a3d471354f1a98f853df5aad45a0a47154c69eaf2f +SIZE (kuzudb-kuzu-v0.11.0_GH0.tar.gz) = 154099568 diff --git a/databases/py-apache-arrow/Makefile b/databases/py-apache-arrow/Makefile index 738a075f74fb..421bef5f524c 100644 --- a/databases/py-apache-arrow/Makefile +++ b/databases/py-apache-arrow/Makefile @@ -1,6 +1,5 @@ PORTNAME= apache-arrow -DISTVERSION= 19.0.1 -PORTREVISION= 1 +DISTVERSION= 20.0.0 CATEGORIES= databases python MASTER_SITES= APACHE/arrow/arrow-${DISTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +21,7 @@ RUN_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libarrow.so:databases/arrow # assumes that arrow is built with PYTHON=ON (python support is built) USES= compiler:c++11-lang pkgconfig python shebangfix -USE_PYTHON= distutils cython # autoplist is broken, see https://issues.apache.org/jira/browse/ARROW-16820 +USE_PYTHON= distutils cython3 # autoplist is broken, see https://issues.apache.org/jira/browse/ARROW-16820 WRKSRC_SUBDIR= python diff --git a/databases/py-apache-arrow/distinfo b/databases/py-apache-arrow/distinfo index bbe8b8a32d13..80f773f57982 100644 --- a/databases/py-apache-arrow/distinfo +++ b/databases/py-apache-arrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740286390 -SHA256 (apache-arrow-19.0.1.tar.gz) = acb76266e8b0c2fbb7eb15d542fbb462a73b3fd1e32b80fad6c2fafd95a51160 -SIZE (apache-arrow-19.0.1.tar.gz) = 17849505 +TIMESTAMP = 1752479276 +SHA256 (apache-arrow-20.0.0.tar.gz) = 89efbbf852f5a1f79e9c99ab4c217e2eb7f991837c005cba2d4a2fbd35fad212 +SIZE (apache-arrow-20.0.0.tar.gz) = 17862661 diff --git a/databases/py-apache-arrow/pkg-plist b/databases/py-apache-arrow/pkg-plist index 3d33a2a36a80..1dc53b8de1ef 100644 --- a/databases/py-apache-arrow/pkg-plist +++ b/databases/py-apache-arrow/pkg-plist @@ -1,9 +1,9 @@ -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/PKG-INFO -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/SOURCES.txt -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/dependency_links.txt -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/not-zip-safe -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/requires.txt -%%PYTHON_SITELIBDIR%%/pyarrow-19.0.1-py%%PYTHON_VER%%.egg-info/top_level.txt +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/PKG-INFO +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/SOURCES.txt +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/dependency_links.txt +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/not-zip-safe +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/requires.txt +%%PYTHON_SITELIBDIR%%/pyarrow-20.0.0-py%%PYTHON_VER%%.egg-info/top_level.txt %%PYTHON_SITELIBDIR%%/pyarrow/__init__.pxd %%PYTHON_SITELIBDIR%%/pyarrow/__init__.py %%PYTHON_SITELIBDIR%%/pyarrow/__pycache__/__init__%%PYTHON_TAG%%.opt-1.pyc @@ -324,7 +324,6 @@ %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/csv.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/datetime.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/decimal.h -%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/deserialize.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/extension_type.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/filesystem.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/flight.h @@ -348,7 +347,6 @@ %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/pyarrow_lib.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/python_test.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/python_to_arrow.h -%%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/serialize.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/type_traits.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/udf.h %%PYTHON_SITELIBDIR%%/pyarrow/include/arrow/python/vendored/pythoncapi_compat.h @@ -559,14 +557,14 @@ %%PYTHON_SITELIBDIR%%/pyarrow/lib.pyx %%PYTHON_SITELIBDIR%%/pyarrow/lib_api.h %%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so.1900 -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so.1900.1.0 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so.2000 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python.so.2000.0.0 %%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so.1900 -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so.1900.1.0 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so.2000 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_flight.so.2000.0.0 %%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so.1900 -%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so.1900.1.0 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so.2000 +%%PYTHON_SITELIBDIR%%/pyarrow/libarrow_python_parquet_encryption.so.2000.0.0 %%PYTHON_SITELIBDIR%%/pyarrow/memory.pxi %%PYTHON_SITELIBDIR%%/pyarrow/orc.py %%PYTHON_SITELIBDIR%%/pyarrow/pandas-shim.pxi @@ -598,8 +596,6 @@ %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/datetime.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/decimal.cc %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/decimal.h -%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/deserialize.cc -%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/deserialize.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/extension_type.cc %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/extension_type.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/filesystem.cc @@ -637,8 +633,6 @@ %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/python_test.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/python_to_arrow.cc %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/python_to_arrow.h -%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/serialize.cc -%%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/serialize.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/type_traits.h %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/udf.cc %%PYTHON_SITELIBDIR%%/pyarrow/src/arrow/python/udf.h diff --git a/databases/py-mariadb/Makefile b/databases/py-mariadb/Makefile index b64ad2726741..4fce1165dfc7 100644 --- a/databases/py-mariadb/Makefile +++ b/databases/py-mariadb/Makefile @@ -1,5 +1,5 @@ PORTNAME= mariadb -DISTVERSION= 1.1.12 +DISTVERSION= 1.1.13 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-mariadb/distinfo b/databases/py-mariadb/distinfo index ab7bf4884cbf..91ecdd893ebb 100644 --- a/databases/py-mariadb/distinfo +++ b/databases/py-mariadb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745169272 -SHA256 (mariadb-1.1.12.tar.gz) = 50b02ff2c78b1b4f4628a054e3c8c7dd92972137727a5cc309a64c9ed20c878c -SIZE (mariadb-1.1.12.tar.gz) = 85934 +TIMESTAMP = 1752424737 +SHA256 (mariadb-1.1.13.tar.gz) = 3a0fd24fae2b9990dc13a0a427a43d4a5434cc2a8c3b260a27f40b7824719037 +SIZE (mariadb-1.1.13.tar.gz) = 111126 diff --git a/databases/py-pyarrow/Makefile b/databases/py-pyarrow/Makefile index dc56ae5d2c7b..b1d040aa9437 100644 --- a/databases/py-pyarrow/Makefile +++ b/databases/py-pyarrow/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyarrow -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ BUILD_DEPENDS= arrow>=${PORTVERSION}<${PORTVERSION}_99:databases/arrow \ LIB_DEPENDS= libarrow.so:databases/arrow USES= cmake:indirect python:3.9+ shebangfix -USE_PYTHON= autoplist concurrent cython pep517 +USE_PYTHON= autoplist concurrent cython3 pep517 SHEBANG_FILES= cmake_modules/aws_sdk_cpp_generate_variables.sh diff --git a/databases/py-pyarrow/distinfo b/databases/py-pyarrow/distinfo index 87d5cc40d57d..b8f48e748b43 100644 --- a/databases/py-pyarrow/distinfo +++ b/databases/py-pyarrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740022442 -SHA256 (pyarrow-19.0.1.tar.gz) = 3bf266b485df66a400f282ac0b6d1b500b9d2ae73314a153dbe97d6d5cc8a99e -SIZE (pyarrow-19.0.1.tar.gz) = 1129437 +TIMESTAMP = 1752479410 +SHA256 (pyarrow-20.0.0.tar.gz) = febc4a913592573c8d5805091a6c2b5064c8bd6e002131f01061797d91c783c1 +SIZE (pyarrow-20.0.0.tar.gz) = 1125187 diff --git a/databases/rubygem-red-arrow/Makefile b/databases/rubygem-red-arrow/Makefile index fff3c2c11053..f557a168c407 100644 --- a/databases/rubygem-red-arrow/Makefile +++ b/databases/rubygem-red-arrow/Makefile @@ -1,5 +1,5 @@ PORTNAME= red-arrow -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-red-arrow/distinfo b/databases/rubygem-red-arrow/distinfo index 73c90c656f73..c27b1b80878e 100644 --- a/databases/rubygem-red-arrow/distinfo +++ b/databases/rubygem-red-arrow/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070498 -SHA256 (rubygem/red-arrow-19.0.1.gem) = 350b1f0ae20e15ac0f4cab457c1eb35592a43edab3f419639d2b3731823bfab3 -SIZE (rubygem/red-arrow-19.0.1.gem) = 72192 +TIMESTAMP = 1752479766 +SHA256 (rubygem/red-arrow-20.0.0.gem) = b29f4675f00bed767a7d63af87bf49714beef09659d1784a77d389f06429dbc4 +SIZE (rubygem/red-arrow-20.0.0.gem) = 72704 diff --git a/databases/rubygem-red-gandiva/Makefile b/databases/rubygem-red-gandiva/Makefile index 8898d7364009..9f2057c0042f 100644 --- a/databases/rubygem-red-gandiva/Makefile +++ b/databases/rubygem-red-gandiva/Makefile @@ -1,5 +1,5 @@ PORTNAME= red-gandiva -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-red-gandiva/distinfo b/databases/rubygem-red-gandiva/distinfo index 9855d6a4d08a..e0e09674360a 100644 --- a/databases/rubygem-red-gandiva/distinfo +++ b/databases/rubygem-red-gandiva/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070504 -SHA256 (rubygem/red-gandiva-19.0.1.gem) = 957bb95b78d01bee7e3cc47c5d055f8e0fe2d1bb33d30a3ffcd860311c6fbe60 -SIZE (rubygem/red-gandiva-19.0.1.gem) = 14336 +TIMESTAMP = 1752480891 +SHA256 (rubygem/red-gandiva-20.0.0.gem) = 3f6b29f5988641f54276dae5022f28da46c9bdb70be8384a56e203841f23f9ca +SIZE (rubygem/red-gandiva-20.0.0.gem) = 14336 diff --git a/databases/rubygem-red-parquet/Makefile b/databases/rubygem-red-parquet/Makefile index 64973c28fee7..6e4b0beec007 100644 --- a/databases/rubygem-red-parquet/Makefile +++ b/databases/rubygem-red-parquet/Makefile @@ -1,5 +1,5 @@ PORTNAME= red-parquet -PORTVERSION= 19.0.1 +PORTVERSION= 20.0.0 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-red-parquet/distinfo b/databases/rubygem-red-parquet/distinfo index c436da5bdca2..6de61818e21e 100644 --- a/databases/rubygem-red-parquet/distinfo +++ b/databases/rubygem-red-parquet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742070506 -SHA256 (rubygem/red-parquet-19.0.1.gem) = 427376b886223dcede24bcb407cec3541ac572cfd086df51fe67a7c49b2d2903 -SIZE (rubygem/red-parquet-19.0.1.gem) = 13824 +TIMESTAMP = 1752480873 +SHA256 (rubygem/red-parquet-20.0.0.gem) = 562a136a8487b77b571d845fcad313657be4d2bf95594de611a23579d219da0c +SIZE (rubygem/red-parquet-20.0.0.gem) = 13824 diff --git a/deskutils/lumina-pdf/Makefile b/deskutils/lumina-pdf/Makefile index 64c0c5b7d577..5b3c2575d736 100644 --- a/deskutils/lumina-pdf/Makefile +++ b/deskutils/lumina-pdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= lumina-pdf DISTVERSION= 1.6.2 -PORTREVISION= 18 +PORTREVISION= 19 CATEGORIES= deskutils MAINTAINER= jwb@FreeBSD.org diff --git a/devel/Makefile b/devel/Makefile index eb01d9dedf5f..66a4828463a7 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4684,7 +4684,7 @@ SUBDIR += py-cmdtest SUBDIR += py-cobble SUBDIR += py-codegen - SUBDIR += py-cog + SUBDIR += py-cogapp SUBDIR += py-collections-extended SUBDIR += py-colorama SUBDIR += py-colored-traceback @@ -6279,8 +6279,6 @@ SUBDIR += pycanberra SUBDIR += pycdc SUBDIR += pycharm - SUBDIR += pycharm-ce - SUBDIR += pycharm-pro SUBDIR += pycomposefile SUBDIR += pycos SUBDIR += pycount diff --git a/devel/abseil/Makefile b/devel/abseil/Makefile index 873ff282a429..38611a2b1870 100644 --- a/devel/abseil/Makefile +++ b/devel/abseil/Makefile @@ -1,5 +1,5 @@ PORTNAME= abseil -PORTVERSION= 20250127.0 +PORTVERSION= 20250127.1 CATEGORIES= devel MASTER_SITES= https://github.com/abseil/abseil-cpp/releases/download/${PORTVERSION}/ DISTNAME= ${PORTNAME}-cpp-${PORTVERSION} diff --git a/devel/abseil/distinfo b/devel/abseil/distinfo index 1826b7768126..49ff07397a84 100644 --- a/devel/abseil/distinfo +++ b/devel/abseil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1738683034 -SHA256 (abseil-cpp-20250127.0.tar.gz) = 16242f394245627e508ec6bb296b433c90f8d914f73b9c026fddb905e27276e8 -SIZE (abseil-cpp-20250127.0.tar.gz) = 2267275 +TIMESTAMP = 1742835788 +SHA256 (abseil-cpp-20250127.1.tar.gz) = b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811 +SIZE (abseil-cpp-20250127.1.tar.gz) = 2267282 diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index b15b17fa6c79..ee8d81a5bbe7 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.139.2 +DISTVERSION= 0.140.0 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index a39c7c5914c6..5fde66191e34 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752210896 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.139.2/v0.139.2.mod) = 7d522d90817edfb7f35436ff0bcab88ccf74b1c0f5622ba976b6f0d9854e1a2f -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.139.2/v0.139.2.mod) = 11365 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.139.2/v0.139.2.zip) = ab0d5815a0c63577870d7667a4c071b75ade61efaadbccc14e99f4db829d11fa -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.139.2/v0.139.2.zip) = 1416536 +TIMESTAMP = 1752393596 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.140.0/v0.140.0.mod) = b8a18fc69c1d97512327785f7558b1242ceb3be78759a071ab109b921461c3e4 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.140.0/v0.140.0.mod) = 11416 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.140.0/v0.140.0.zip) = 76dbed608b5c49edaafb8acf7f8531a99402ed36238da81ecfd36ebbcf7b4a62 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.140.0/v0.140.0.zip) = 1420622 diff --git a/devel/malloy/Makefile b/devel/malloy/Makefile index 5515666bba88..fbe872cc7b79 100644 --- a/devel/malloy/Makefile +++ b/devel/malloy/Makefile @@ -1,5 +1,5 @@ PORTNAME= malloy -DISTVERSION= 0.11.0 +DISTVERSION= 0.12.0 CATEGORIES= devel MAINTAINER= jbo@FreeBSD.org @@ -19,8 +19,7 @@ USE_GITHUB= yes GH_ACCOUNT= tectu CMAKE_ON= MALLOY_BUILD_SHARED -CMAKE_OFF= MALLOY_BUILD_EXAMPLES \ - MALLOY_DEPENDENCY_SPDLOG_DOWNLOAD +CMAKE_OFF= MALLOY_BUILD_EXAMPLES PLIST_SUB= SOVERSION="${DISTVERSION}" diff --git a/devel/malloy/distinfo b/devel/malloy/distinfo index b615ef00467d..e706a5752ba0 100644 --- a/devel/malloy/distinfo +++ b/devel/malloy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747064392 -SHA256 (tectu-malloy-0.11.0_GH0.tar.gz) = 8db332cbfe6b46a6d28e918fc5cc0393e0f40838d48903c069f38820aeb13787 -SIZE (tectu-malloy-0.11.0_GH0.tar.gz) = 200183 +TIMESTAMP = 1752456219 +SHA256 (tectu-malloy-0.12.0_GH0.tar.gz) = abf12658875ceebd45bb64e7a5cd648eee9e6e9ff9307810b9c791ab73840a74 +SIZE (tectu-malloy-0.12.0_GH0.tar.gz) = 199684 diff --git a/devel/pecl-ev/files/patch-libev_ev.c b/devel/pecl-ev/files/patch-libev_ev.c new file mode 100644 index 000000000000..0d6e8366e6e3 --- /dev/null +++ b/devel/pecl-ev/files/patch-libev_ev.c @@ -0,0 +1,24 @@ +--- libev/ev.c.orig 2024-09-03 13:53:22 UTC ++++ libev/ev.c +@@ -490,7 +490,11 @@ + #endif + + #if EV_USE_INOTIFY +-# include <sys/statfs.h> ++# ifdef __FreeBSD__ ++# include <sys/mount.h> ++# else ++# include <sys/statfs.h> ++# endif + # include <sys/inotify.h> + /* some very old inotify.h headers don't have IN_DONT_FOLLOW */ + # ifndef IN_DONT_FOLLOW +@@ -2922,7 +2926,7 @@ ev_recommended_backends (void) EV_NOEXCEPT + { + unsigned int flags = ev_supported_backends (); + +-#ifndef __NetBSD__ ++#if !defined(__NetBSD__) && !defined(__FreeBSD__) + /* kqueue is borked on everything but netbsd apparently */ + /* it usually doesn't work correctly on anything but sockets and pipes */ + flags &= ~EVBACKEND_KQUEUE; diff --git a/devel/py-cog/Makefile b/devel/py-cog/Makefile deleted file mode 100644 index 13c6ea616ab8..000000000000 --- a/devel/py-cog/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= cog -PORTVERSION= 3.1.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}app-${PORTVERSION} - -MAINTAINER= apesternikov@page2rss.com -COMMENT= Code Generator for any language -WWW= https://www.nedbatchelder.com/code/cog/index.html - -LICENSE= MIT - -# Python3 ready -USES= python -USE_PYTHON= distutils autoplist - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/devel/py-cog/distinfo b/devel/py-cog/distinfo deleted file mode 100644 index e6ef0e606753..000000000000 --- a/devel/py-cog/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1639995468 -SHA256 (cogapp-3.1.0.tar.gz) = c43e374ee5ca2a35fbc68556f598bd8578eabe8a890487980bba56945b5ce9c6 -SIZE (cogapp-3.1.0.tar.gz) = 25578 diff --git a/devel/py-cogapp/Makefile b/devel/py-cogapp/Makefile new file mode 100644 index 000000000000..a07e281354cb --- /dev/null +++ b/devel/py-cogapp/Makefile @@ -0,0 +1,39 @@ +PORTNAME= cogapp +DISTVERSION= 3.5.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= apesternikov@page2rss.com +COMMENT= Code Generator for any language +WWW= https://cog.readthedocs.io/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PY_SETUPTOOLS} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}build>0:devel/py-build@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}check-manifest>0:devel/py-check-manifest@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tox>0:devel/py-tox@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}twine>0:devel/py-twine@${PY_FLAVOR} + +# Python3 ready +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +PORTDOCS= AUTHORS.txt CHANGELOG.rst README.rst + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_MAN} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + +do-test: + cd ${TEST_WRKSRC} && tox + +.include <bsd.port.mk> diff --git a/devel/py-cogapp/distinfo b/devel/py-cogapp/distinfo new file mode 100644 index 000000000000..ed1375c057f4 --- /dev/null +++ b/devel/py-cogapp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1750296715 +SHA256 (cogapp-3.5.1.tar.gz) = a9e8b8c31e5e47de722f27eaba1ec128dd6c8e7b6015555d9c8edaa5ad6092b4 +SIZE (cogapp-3.5.1.tar.gz) = 59428 diff --git a/devel/py-cog/pkg-descr b/devel/py-cogapp/pkg-descr index d4a7e188c832..d4a7e188c832 100644 --- a/devel/py-cog/pkg-descr +++ b/devel/py-cogapp/pkg-descr diff --git a/devel/py-easyprocess/Makefile b/devel/py-easyprocess/Makefile index 0aacc109c76f..fe64bb9bc3f8 100644 --- a/devel/py-easyprocess/Makefile +++ b/devel/py-easyprocess/Makefile @@ -1,6 +1,6 @@ PORTNAME= easyprocess PORTVERSION= 0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cogapp>=2.3:devel/py-cogapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} NO_ARCH= YES diff --git a/devel/py-freezegun/Makefile b/devel/py-freezegun/Makefile index a8164b53c44b..4fcd4ec20fd6 100644 --- a/devel/py-freezegun/Makefile +++ b/devel/py-freezegun/Makefile @@ -1,5 +1,5 @@ PORTNAME= freezegun -DISTVERSION= 1.5.2 +DISTVERSION= 1.5.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-freezegun/distinfo b/devel/py-freezegun/distinfo index 5b00362941b0..8593f6da0210 100644 --- a/devel/py-freezegun/distinfo +++ b/devel/py-freezegun/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748195417 -SHA256 (freezegun-1.5.2.tar.gz) = a54ae1d2f9c02dbf42e02c18a3ab95ab4295818b549a34dac55592d72a905181 -SIZE (freezegun-1.5.2.tar.gz) = 34855 +TIMESTAMP = 1752523467 +SHA256 (freezegun-1.5.3.tar.gz) = d7c6204e33a50affd7c7aa284f4f92e04e96f72d63313b89ceaaf60d9c64bc5e +SIZE (freezegun-1.5.3.tar.gz) = 35484 diff --git a/devel/pycharm-ce/Makefile b/devel/pycharm-ce/Makefile deleted file mode 100644 index 53bcf2927f9f..000000000000 --- a/devel/pycharm-ce/Makefile +++ /dev/null @@ -1,84 +0,0 @@ -PORTNAME= pycharm-ce -DISTVERSION= 2024.3.5 -CATEGORIES= devel java python -MASTER_SITES= https://download.jetbrains.com/python/ \ - http://download.jetbrains.com/python/ -DISTNAME= pycharm-community-${PORTVERSION} - -MAINTAINER= jonc@chen.org.nz -COMMENT= JetBrains PyCharm Community Edition IDE -WWW= https://www.jetbrains.com/pycharm/ - -LICENSE= APACHE20 - -DEPRECATED= Pycharm is now unified product. Please switch to devel/pycharm -EXPIRATION_DATE= 2025-07-15 - -BUILD_DEPENDS= jna>0:devel/jna -RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ - jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \ - jetbrains-restarter>=233.11799.241:devel/jetbrains-restarter \ - jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite - -USES= desktop-file-utils java python:run shebangfix -JAVA_VERSION= 17+ -SHEBANG_FILES= plugins/python-ce/helpers/pycodestyle-2.10.0.py \ - plugins/python-ce/helpers/pycodestyle.py \ - plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py \ - plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py \ - plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/prepstyles.py \ - plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh \ - plugins/python-ce/helpers/typeshed/scripts/sync_s2clientprotocol_protobuf_stubs.sh - -# Ignore: -# - non-native binaries -# - the bundled native Pty4J support libraries, they are replaced by java/jetbrains-pty4j -# - bundled linux-only JRE -EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/*fsnotifier* \ - --exclude ${DISTNAME}/bin/*.so \ - --exclude ${DISTNAME}/bin/pycharm \ - --exclude ${DISTNAME}/bin/repair \ - --exclude ${DISTNAME}/bin/restarter \ - --exclude ${DISTNAME}/lib/*.so \ - --exclude ${DISTNAME}/plugins/*.so \ - --exclude ${DISTNAME}/plugins/cwm-plugin/quiche-native \ - --exclude ${DISTNAME}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process \ - --exclude ${DISTNAME}/lib/pty4j \ - --exclude ${DISTNAME}/jbr \ - --no-same-owner --no-same-permissions - -NO_BUILD= yes - -.include "${.CURDIR}/../../java/intellij/common.mk" - -SUB_FILES+= ${PORTNAME}.desktop pkg-message pycharm -SUB_LIST+= IDEA_HOME=${IDEA_HOME} - -post-extract: - @${FIND} ${WRKSRC}/lib ${WRKSRC}/plugins -type d -empty -delete -# TODO: Remove and enable fsnotifier when devel/libinotify is fixed -# Disable filewatcher warning message on IDEA startup - ${ECHO} "idea.filewatcher.disabled=true" >> ${WRKSRC}/bin/idea.properties -# Use fsnotifier replacement provided by java/intellij-fsnotifier - ${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${WRKSRC}/bin/idea.properties - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - cd "${WRKSRC}" && ${FIND} . | ${CPIO} -pdum -R root:wheel ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} -# Install FreeBSD native lib provided by devel/jna - @${MKDIR} ${WRKDIR}/jna - @(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so) - ${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64 - ${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/ -# Use pty4j replacement provided by devel/jetbrains-pty4j - ${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64 - ${LN} -sf ../../../../../jetbrains/pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so -# Use restarter provided by devel/jetbrains-restarter - ${LN} -sf ../../jetbrains/restarter/restarter ${STAGEDIR}${DATADIR}/bin/restarter -# Use sqlite replacement provided by devel/jetbrains-sqlite - ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64 - ${LN} -sf ../../../../jetbrains/sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so - -.include <bsd.port.mk> diff --git a/devel/pycharm-ce/distinfo b/devel/pycharm-ce/distinfo deleted file mode 100644 index 16f38f24e407..000000000000 --- a/devel/pycharm-ce/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1742863677 -SHA256 (pycharm-community-2024.3.5.tar.gz) = e8d5aa2a05d35e3cb3cd186d446242c191d03b3d0556b160b6875a830c91cc2b -SIZE (pycharm-community-2024.3.5.tar.gz) = 790231632 diff --git a/devel/pycharm-ce/files/pkg-message.in b/devel/pycharm-ce/files/pkg-message.in deleted file mode 100644 index 1e6f444bc43f..000000000000 --- a/devel/pycharm-ce/files/pkg-message.in +++ /dev/null @@ -1,14 +0,0 @@ -[ -{ type: install - message: <<EOM -There is experimental native (faster) file watching support which is -disabled by default. Currently there are problems with watching large -trees. To enable edit %%DATADIR%%/bin/idea.properties and append - - idea.filewatcher.disabled=false - idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier - -Only enable fsnotifier if your projects have < 600 files. -EOM -} -] diff --git a/devel/pycharm-ce/files/pycharm-ce.desktop.in b/devel/pycharm-ce/files/pycharm-ce.desktop.in deleted file mode 100644 index b88bbeb5cce0..000000000000 --- a/devel/pycharm-ce/files/pycharm-ce.desktop.in +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Version=1.0 -Encoding=UTF-8 -Type=Application -Name=JetBrains PyCharm Community Edition IDE -GenericName=JetBrains PyCharm Community Edition IDE -Icon=%%DATADIR%%/bin/pycharm.svg -Exec=%%PREFIX%%/bin/pycharm-ce -Comment=Develop with pleasure! -Terminal=false -StartupNotify=true -StartupWMClass=jetbrains-pycharm-ce -Categories=Application;Development;IDE; diff --git a/devel/pycharm-ce/files/pycharm.in b/devel/pycharm-ce/files/pycharm.in deleted file mode 100644 index f7c75269e99c..000000000000 --- a/devel/pycharm-ce/files/pycharm.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# Wrapper to enforce usable Java versions -# -export JAVA_VERSION=%%JAVA_VERSION%% -exec "%%DATADIR%%/bin/pycharm.sh" "$@" diff --git a/devel/pycharm-ce/pkg-descr b/devel/pycharm-ce/pkg-descr deleted file mode 100644 index e79bc1968d53..000000000000 --- a/devel/pycharm-ce/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PyCharm is an advanced IDE developed by JetBrains and focused on -developer productivity. PyCharm provides smart code completion, -code inspections, on-the-fly error highlighting and quick-fixes, -along with automated code refactorings and rich navigation capabilities. diff --git a/devel/pycharm-ce/pkg-plist b/devel/pycharm-ce/pkg-plist deleted file mode 100644 index f70a69af493b..000000000000 --- a/devel/pycharm-ce/pkg-plist +++ /dev/null @@ -1,7599 +0,0 @@ -bin/pycharm-ce -share/applications/pycharm-ce.desktop -%%DATADIR%%/Install-Linux-tar.txt -%%DATADIR%%/bin/brokenPlugins.db -%%DATADIR%%/bin/format.sh -%%DATADIR%%/bin/idea.properties -%%DATADIR%%/bin/inspect.sh -%%DATADIR%%/bin/jetbrains_client.sh -%%DATADIR%%/bin/jetbrains_client64.vmoptions -%%DATADIR%%/bin/ltedit.sh -%%DATADIR%%/bin/pycharm.png -%%DATADIR%%/bin/pycharm.sh -%%DATADIR%%/bin/pycharm.svg -%%DATADIR%%/bin/pycharm64.vmoptions -%%DATADIR%%/bin/restarter -%%DATADIR%%/build.txt -%%DATADIR%%/help/ReferenceCard.pdf -%%DATADIR%%/help/ReferenceCardForMac.pdf -%%DATADIR%%/lib/annotations.jar -%%DATADIR%%/lib/app-client.jar -%%DATADIR%%/lib/app.jar -%%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-PC-243.26053.29 -%%DATADIR%%/lib/cds/classesLogAgent.jar -%%DATADIR%%/lib/external-system-rt.jar -%%DATADIR%%/lib/externalProcess-rt.jar -%%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/frontend/frontend-customization.jar -%%DATADIR%%/lib/frontend/frontend.jar -%%DATADIR%%/lib/groovy.jar -%%DATADIR%%/lib/jna/amd64/libjnidispatch.so -%%DATADIR%%/lib/jps-model.jar -%%DATADIR%%/lib/jsch-agent.jar -%%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.8.0-intellij.jar -%%DATADIR%%/lib/lib-client.jar -%%DATADIR%%/lib/lib.jar -%%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar -%%DATADIR%%/lib/modules/intellij.libraries.compose.desktop.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar -%%DATADIR%%/lib/modules/intellij.libraries.microba.jar -%%DATADIR%%/lib/modules/intellij.libraries.skiko.jar -%%DATADIR%%/lib/modules/intellij.platform.clouds.jar -%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar -%%DATADIR%%/lib/modules/intellij.platform.compose.jar -%%DATADIR%%/lib/modules/intellij.platform.debugger.impl.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar -%%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar -%%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar -%%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar -%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar -%%DATADIR%%/lib/modules/intellij.platform.frontend.jar -%%DATADIR%%/lib/modules/intellij.platform.ide.newUiOnboarding.jar -%%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar -%%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar -%%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar -%%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.navbar.frontend.jar -%%DATADIR%%/lib/modules/intellij.platform.navbar.jar -%%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar -%%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.project.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar -%%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.settings.local.jar -%%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar -%%DATADIR%%/lib/modules/intellij.platform.tips.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar -%%DATADIR%%/lib/modules/intellij.settingsSync.core.jar -%%DATADIR%%/lib/modules/intellij.smart.update.jar -%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so -%%DATADIR%%/lib/nio-fs.jar -%%DATADIR%%/lib/opentelemetry.jar -%%DATADIR%%/lib/platform-loader.jar -%%DATADIR%%/lib/protobuf.jar -%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so -%%DATADIR%%/lib/rd.jar -%%DATADIR%%/lib/src/pycharm-openapi-src.zip -%%DATADIR%%/lib/stats.jar -%%DATADIR%%/lib/testFramework.jar -%%DATADIR%%/lib/trove.jar -%%DATADIR%%/lib/util-8.jar -%%DATADIR%%/lib/util.jar -%%DATADIR%%/lib/util_rt.jar -%%DATADIR%%/license/LICENSE.txt -%%DATADIR%%/license/NOTICE.txt -%%DATADIR%%/license/javahelp_license.txt -%%DATADIR%%/license/javolution_license.txt -%%DATADIR%%/license/launcher-third-party-libraries.html -%%DATADIR%%/license/saxon-conditions.html -%%DATADIR%%/license/third-party-libraries.html -%%DATADIR%%/license/third-party-libraries.json -%%DATADIR%%/license/yourkit-license-redist.txt -%%DATADIR%%/modules/module-descriptors.jar -%%DATADIR%%/plugins/color-scheme-github/lib/color-scheme-github.jar -%%DATADIR%%/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar -%%DATADIR%%/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar -%%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar -%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar -%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar -%%DATADIR%%/plugins/copyright/lib/copyright.jar -%%DATADIR%%/plugins/cwm-plugin/jre-build.txt -%%DATADIR%%/plugins/cwm-plugin/lib/bouncy-castle-pgp.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-driver.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-markdown.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-performanceTesting.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-terminal.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-plugin-frontend.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/platform-ssh.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/rd-client.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-common.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-host-unattended.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-host.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-model.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-android.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-backend.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-common.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-unattended-common.jar -%%DATADIR%%/plugins/cwm-plugin/lib/grpc-netty-shaded.jar -%%DATADIR%%/plugins/cwm-plugin/lib/ice4j.jar -%%DATADIR%%/plugins/cwm-plugin/lib/java-websocket.jar -%%DATADIR%%/plugins/cwm-plugin/lib/jitsi-utils.jar -%%DATADIR%%/plugins/cwm-plugin/lib/jnaerator-runtime.jar -%%DATADIR%%/plugins/cwm-plugin/lib/jstun.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.java.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.performanceTesting.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.execution.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.inline.completion.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.inline.completion.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.kernel.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.navbar.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.progress.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.project.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.rpc.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.vcs.common.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.vcs.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.terminal.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/quiche-jna-stubs.jar -%%DATADIR%%/plugins/cwm-plugin/lib/rd.jar -%%DATADIR%%/plugins/cwm-plugin/lib/tls-channel.jar -%%DATADIR%%/plugins/cwm-plugin/lib/vcs-protocol.jar -%%DATADIR%%/plugins/dev/lib/dev.jar -%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar -%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar -%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar -%%DATADIR%%/plugins/fullLine/lib/fullLine.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.jar -%%DATADIR%%/plugins/fullLine/promo/.DS_Store -%%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/content.json -%%DATADIR%%/plugins/fullLine/promo/DataGrip/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/content.json -%%DATADIR%%/plugins/fullLine/promo/DataSpell/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/content.json -%%DATADIR%%/plugins/fullLine/promo/GoLand/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/content.json -%%DATADIR%%/plugins/fullLine/promo/Idea/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/content.json -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/content.json -%%DATADIR%%/plugins/fullLine/promo/Python/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/content.json -%%DATADIR%%/plugins/fullLine/promo/Rider/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/content.json -%%DATADIR%%/plugins/fullLine/promo/Ruby/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/.DS_Store -%%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/content.json -%%DATADIR%%/plugins/fullLine/promo/WebStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/content.json -%%DATADIR%%/plugins/grazie/lib/grazie.jar -%%DATADIR%%/plugins/indexing-shared/lib/indexing-shared.jar -%%DATADIR%%/plugins/json/lib/json-split.jar -%%DATADIR%%/plugins/json/lib/json.jar -%%DATADIR%%/plugins/localization-ja/lib/localization-ja.jar -%%DATADIR%%/plugins/localization-ko/lib/localization-ko.jar -%%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar -%%DATADIR%%/plugins/markdown/lib/markdown.jar -%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.compose.preview.jar -%%DATADIR%%/plugins/marketplace/lib/boot/marketplace-bootstrap.jar -%%DATADIR%%/plugins/marketplace/lib/boot/marketplace-impl.jar -%%DATADIR%%/plugins/marketplace/lib/marketplace.jar -%%DATADIR%%/plugins/marketplace/platform-build.txt -%%DATADIR%%/plugins/marketplaceMl/lib/marketplaceMl.jar -%%DATADIR%%/plugins/ml-inline-completion/lib/ml-inline-completion.jar -%%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar -%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar -%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar -%%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar -%%DATADIR%%/plugins/platform-images/lib/platform-images.jar -%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar -%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar -%%DATADIR%%/plugins/plugin-classpath.txt -%%DATADIR%%/plugins/properties/lib/properties.jar -%%DATADIR%%/plugins/pycharm-community-customization/lib/pycharm-community-customization.jar -%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/lib/pycharm-community-sharedIndexes-bundled.jar -%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-4f4e415b4190-aa17d162503b.ijx -%%DATADIR%%/plugins/pycharm-community-sharedIndexes-bundled/python-sdk/python-sdk-4f4e415b4190-aa17d162503b.txt -%%DATADIR%%/plugins/python-ce/helpers/.gitignore -%%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/config/local/local.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/AssistiveMML.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathEvents.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathMenu.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathZoom.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSmath.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSsymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/noErrors.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/noUndefined.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/fast-preview.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/tex2jax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/toMathML.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/jax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Arrows.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Dingbats.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/input/TeX/config.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/input/TeX/jax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/blank.gif -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/config.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/jax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/config.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/jax.js -%%DATADIR%%/plugins/python-ce/helpers/check_all_test_suite.py -%%DATADIR%%/plugins/python-ce/helpers/conda_packaging_tool.py -%%DATADIR%%/plugins/python-ce/helpers/coverage_runner/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coverage_runner/run_coverage.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/annotate.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/bytecode.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/cmdline.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/collector.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/config.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/context.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/control.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/module.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/data.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/debug.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/disposition.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/env.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/exceptions.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/execfile.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/files.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/fullcoverage/encodings.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/html.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/coverage_html.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/favicon_32.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/index.html -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_closed.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_open.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/pyfile.html -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.css -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.scss -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/inorout.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/jsonreport.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/lcovreport.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/misc.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/multiproc.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/numbits.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/parser.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/phystokens.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/plugin.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/plugin_support.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/python.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/pytracer.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/report.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/results.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/sqldata.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/summary.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/templite.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/tomlconfig.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/version.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/xmlreport.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/annotate.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/backward.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/bytecode.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/cmdline.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/collector.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/config.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/context.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/control.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/module.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/data.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/debug.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/disposition.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/env.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/execfile.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/files.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/fullcoverage/encodings.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/html.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/coverage_html.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/favicon_32.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/index.html -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.hotkeys.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.isonscreen.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.min.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.tablesorter.min.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_closed.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_open.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/pyfile.html -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.css -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.scss -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/inorout.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/jsonreport.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/misc.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/multiproc.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/numbits.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/parser.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/phystokens.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/plugin.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/plugin_support.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/python.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/pytracer.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/report.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/results.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/sqldata.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/summary.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/templite.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tomlconfig.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/version.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py -%%DATADIR%%/plugins/python-ce/helpers/docstring_formatter.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/apidoc.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/checker.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/cli.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/compat.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docbuilder.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docintrospecter.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docparser.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docstringparser.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/dotgraph.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_colorize.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_css.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_help.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/latex.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/plaintext.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/xlink.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/gui.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/log.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/doctest.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/epytext.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/javadoc.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/plaintext.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/util.py -%%DATADIR%%/plugins/python-ce/helpers/exec.txt -%%DATADIR%%/plugins/python-ce/helpers/extra_syspath.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py2.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py3.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/clr_tools.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/constants.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/core.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/docstring_parsing.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/extra.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/module_redeclarator.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/generator3/util_methods.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/version.txt -%%DATADIR%%/plugins/python-ce/helpers/icon-robots.txt -%%DATADIR%%/plugins/python-ce/helpers/packaging_tool.py -%%DATADIR%%/plugins/python-ce/helpers/pip-24.3.1-py2.py3-none-any.whl -%%DATADIR%%/plugins/python-ce/helpers/pockets/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/_version.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/autolog.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/collections.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/datetime.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/decorators.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/inspect.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/iterators.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/logging.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/string.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/_imps/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/_imps/_pydev_pkgutil_old.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/_prof_imports.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/load_pstat.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/prof_io.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/prof_six.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/prof_util.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/profiler.thrift -%%DATADIR%%/plugins/python-ce/helpers/profiler/run_profiler.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/vmprof_profiler.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/yappi_profiler.py -%%DATADIR%%/plugins/python-ce/helpers/py2ipnb_converter.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/_compat.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/core.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/docutils.conf -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/examples.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/frontend.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/io.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/af.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ca.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/cs.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/da.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/de.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/en.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/eo.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/es.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/fi.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/fr.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/gl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/he.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/it.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ja.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/lt.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/nl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/pl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/pt_br.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ru.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/sk.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/sv.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/zh_cn.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/zh_tw.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/nodes.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/null.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/admonitions.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/body.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/html.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/images.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/misc.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/parts.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/references.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/tables.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/README.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamso.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isobox.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isodia.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat1.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat2.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isonum.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isopub.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isotech.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/s5defs.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/af.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ca.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/cs.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/da.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/de.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/en.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/eo.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/es.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fi.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fr.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/gl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/he.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/it.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ja.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/lt.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/nl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pt_br.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ru.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sk.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sv.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/roles.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/states.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/tableparser.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/doctree.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/pep.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/standalone.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/statemachine.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/components.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/frontmatter.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/misc.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/parts.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/peps.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/references.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/universal.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/writer_aux.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/code_analyzer.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/error_reporting.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/latex2mathml.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/math2html.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/tex2unichar.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/unichar2tex.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/punctuation_chars.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/roman.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/smartquotes.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/urischemes.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/docutils_xml.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/html4css1.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/math.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/default.tex -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/titlepage.tex -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/xelatex.tex -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/manpage.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/null.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/styles.odt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/pep.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pseudoxml.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/README.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/print.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/xetex/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/_compat.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/core.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/examples.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/frontend.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/io.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/af.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ar.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ca.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/cs.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/da.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/de.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/en.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/eo.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/es.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fa.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fi.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fr.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/gl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/he.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/it.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ja.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ka.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ko.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/lt.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/lv.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/nl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/pl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/pt_br.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ru.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/sk.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/sv.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/uk.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/zh_cn.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/zh_tw.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/nodes.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/commonmark_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/null.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/recommonmark_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/admonitions.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/body.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/html.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/images.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/misc.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/parts.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/references.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/tables.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/README.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamso.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isobox.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isodia.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat1.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat2.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isonum.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isopub.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isotech.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/s5defs.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/af.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ar.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ca.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/cs.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/da.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/de.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/en.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/eo.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/es.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fa.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fi.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fr.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/gl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/he.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/it.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ja.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ka.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ko.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/lt.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/lv.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/nl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pt_br.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ru.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sk.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sv.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/uk.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/roles.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/states.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/tableparser.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/doctree.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/pep.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/standalone.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/statemachine.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/components.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/frontmatter.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/misc.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/parts.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/peps.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/references.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/universal.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/writer_aux.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/code_analyzer.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/error_reporting.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/latex2mathml.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/mathalphabet2unichar.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/mathml_elements.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2mathml_extern.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2unichar.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/unichar2tex.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/punctuation_chars.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/roman.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/urischemes.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/_html_base.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/docutils_xml.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/html4css1.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/math.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/italic-field-names.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/math.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/minimal.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/plain.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/responsive.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/tuftig.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/default.tex -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/docutils.sty -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/titlepage.tex -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/titlingpage.tex -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/xelatex.tex -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/manpage.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/null.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/prepstyles.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/styles.odt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/pep.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pseudoxml.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/README.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/print.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/xetex/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/.gitignore -%%DATADIR%%/plugins/python-ce/helpers/pycharm/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt -%%DATADIR%%/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_bdd_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_create_folder.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_django_behave.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_django_project_creator.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_find_best_place.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_manage_tasks_provider.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_nosetest_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_parallel_tree_manager.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_runner_tools.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_serial_tree_manager.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner_3.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner_4.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_trialtest_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/appcfg_fetcher.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/attestrunner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/behave_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/parser.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_xml.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/readme.txt -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_shell.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_test_manage.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_test_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/docrunner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/fix_getpass.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/_2.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/_3.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/case.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/config.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/failure.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/loader.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/raise_compat.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/selector.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/suite.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/util.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_commands/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_commands/pycharm_test.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_load_entry_point.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_run_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_setup_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pytest_teamcity.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/runpy_compat.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/tcmessages.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/tcunittest.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/README.txt -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/common.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/context_managers.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/diff_tools.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/django.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_v2_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_v3_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/jb_behave_formatter.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/jb_local_exc_store.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/messages.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/nose_report.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pylint_reporter.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pytest_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/unittestpy.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/display_.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/display_log.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/supported_data_type.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/backend_interagg.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/sitecustomize.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_package_installer.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_plotly_backend/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_plotly_backend/sitecustomize.py -%%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.10.0.py -%%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.8.0.py -%%DATADIR%%/plugins/python-ce/helpers/pycodestyle.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/LICENSE -%%DATADIR%%/plugins/python-ce/helpers/pydev/MANIFEST.in -%%DATADIR%%/plugins/python-ce/helpers/pydev/README.rst -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_completer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_getopt.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_log.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/fix_getpass.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_code_executor.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_commands.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_types.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_import_hook.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_imports.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_completer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_rich_output.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_localhost.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_log.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_override.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_stdin.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_umd.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_versioncheck.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_io.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_rpc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_server.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_transport.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SocketServer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_saved_modules.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_sys_patch.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_asyncio_provider.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_bytecode_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_collect_try_except_info.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm_constants.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_output.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_pytest.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_constants.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec2.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_type_handler.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_referrers.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_reload.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_repr_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_resolver.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_signature.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_stackless.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_tables.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_thrift.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_27.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_311.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_36_310.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_dataset.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy_based.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.c -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.pxd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.pyx -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pxd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pyx -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_osx.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_common.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_code.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generate_import_error.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generation_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/start_generation.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/msvccompiler_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/interpreterInfo.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/merge_pydev_pycharm.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/pycharm-console.rst -%%DATADIR%%/plugins/python-ce/helpers/pydev/pycharm-readme.rst -%%DATADIR%%/plugins/python-ce/helpers/pydev/pycompletionserver.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_app_engine_debug_startup.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/console.thrift -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/pydev_protocol.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_coverage.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/README -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhook.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookglut.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk3.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookpyglet.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt4.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt5.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt6.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhooktk.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookwx.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/matplotlibtools.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt_for_kernel.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt_loaders.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/version.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_pysrc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_sitecustomize/sitecustomize.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevconsole.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_file_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/django_debug.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/README.md -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/README.md -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/jinja2_debug.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_pycharm.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_tracing.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pytest.ini -%%DATADIR%%/plugins/python-ce/helpers/pydev/runfiles.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/setup_cython.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/_django_manager_body.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/_get_tips.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/pycompletion.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/hooks.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/isort.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/main.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/natural.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pie_slice.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pylama_isort.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/settings.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/autopep8.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/.gitignore -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/pycodestyle.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/.cvsignore -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/tox.ini -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/AUTHORS.txt -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/LICENSE.txt -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/README.md -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/StringIO.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/mark/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/mark/structures.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/alembic.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/behave.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/cStringIO.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/copy.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/nose/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/nose/tools/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/core/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/core/multiarray.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/error.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/path/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/pytest/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/struct.py -%%DATADIR%%/plugins/python-ce/helpers/remote_sync.py -%%DATADIR%%/plugins/python-ce/helpers/rest_runners/rst2smth.py -%%DATADIR%%/plugins/python-ce/helpers/rest_runners/sphinx_runner.py -%%DATADIR%%/plugins/python-ce/helpers/setuptools-44.1.1-py2.py3-none-any.whl -%%DATADIR%%/plugins/python-ce/helpers/six.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_upstream.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_version.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/docstring.py -%%DATADIR%%/plugins/python-ce/helpers/syspath.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/README.md -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/cpp.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ctokens.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/lex.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/yacc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ygen.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/client.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/processor.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/base.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/binary.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/compact.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/rpc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/server.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/socket.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/base.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/buffered.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/framed.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracker.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracking.thrift -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/hook.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/http.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/exc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/lexer.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/parser.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/apache_json.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/base.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/binary.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/compact.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/cybin.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/exc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/json.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/multiplex.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/rpc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/server.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/thrift.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/tornado.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/base.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/cybuffered.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pxd -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/cyframed.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/cymemory.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/socket.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/sslsocket.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/utils.py -%%DATADIR%%/plugins/python-ce/helpers/tools/class_method_versions.xml -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/False -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/None -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/True -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/__debug__ -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/and -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/as -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/assert -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/break -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/class -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/continue -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/def -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/del -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/elif -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/else -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/except -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/exec -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/finally -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/for -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/from -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/global -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/if -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/import -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/in -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/is -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/lambda -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/nonlocal -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/not -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/or -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/pass -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/raise -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/return -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/try -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/type -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/while -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/with -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/yield -%%DATADIR%%/plugins/python-ce/helpers/tools/stdlib_packages.txt -%%DATADIR%%/plugins/python-ce/helpers/tools/versions.xml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.editorconfig -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.flake8 -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitattributes -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/renovate.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/meta_tests.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer_comment.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_third_party.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/extensions.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/settings.default.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md -%%DATADIR%%/plugins/python-ce/helpers/typeshed/LICENSE -%%DATADIR%%/plugins/python-ce/helpers/typeshed/MAINTAINERS.md -%%DATADIR%%/plugins/python-ce/helpers/typeshed/README.md -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.scripts_and_tests.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_s2clientprotocol_protobuf_stubs.sh -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/Cookie.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/HTMLParser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/Queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/SimpleHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/SocketServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/StringIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserDict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserList.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserString.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__builtin__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__future__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_bisect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_csv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_curses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_dummy_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_functools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_heapq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_hotshot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_markupbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_md5.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_osx_support.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_random.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha256.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha512.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sre.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_symtable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_threading_local.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_tkinter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/wsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/xml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakref.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakrefset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_winreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/aifc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/argparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/array.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/asynchat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/asyncore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/atexit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/audioop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/base64.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/binascii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/binhex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bisect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bz2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cPickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cProfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cStringIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/calendar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgitb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/chunk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/codeop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/colorsys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/compileall.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/contextlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cookielib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy_reg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copyreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/csv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/wintypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/ascii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/panel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/textpad.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/datetime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/dumb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/gnu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/ndbm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/decimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/difflib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dircache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/ccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cygwinccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/debug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dir_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/emxccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/fancy_getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/file_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/msvccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/text_file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/unixccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/doctest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/MIMEText.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/_parseaddr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/base64mime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/charset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/encoders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/feedparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/generator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/header.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/iterators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/audio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/nonmultipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/quoprimime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/utf_8.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ensurepip/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/errno.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fcntl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/filecmp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fileinput.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fnmatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fractions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ftplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/functools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/future_builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/genericpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/getpass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gettext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/glob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/grp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gzip.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/hashlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/heapq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/hmac.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/htmlentitydefs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/httplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imaplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imghdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/importlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/inspect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/itertools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/keyword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/pgen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/tokenize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pygram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pytree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/linecache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/macpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/macurl2path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailbox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailcap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/markupbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/marshal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/math.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/md5.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/modulefinder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/sequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msvcrt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/pool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mutex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/netrc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nntplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ntpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nturl2path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/opcode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/operator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os2emxpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ossaudiodev.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickletools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pipes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pkgutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/platform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/plistlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/popen2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/poplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/posixpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pprint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/profile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pstats.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/py_compile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyclbr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/topics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/quopri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/random.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/re.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/readline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/repr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/rfc822.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/rlcompleter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/runpy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sched.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/select.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sha.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shelve.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shlex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/signal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/site.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtpd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sndhdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/spwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/dbapi2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_compile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ssl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/string.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringprep.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/strop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sunau.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/symbol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/symtable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/syslog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tabnanny.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tarfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/telnetlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tempfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/termios.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/textwrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/this.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/time.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/timeit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/toaiff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tokenize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/trace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/traceback.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/turtle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing_extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/unicodedata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/unittest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urlparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/user.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/uu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/uuid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wave.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/weakref.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/webbrowser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/whichdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/winsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/simple_server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/validate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xdrlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/NodeFilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/domreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/expatbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minicompat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minidom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/pulldom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/xmlbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/saxutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/xmlreader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xmlrpclib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipimport.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/common.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py311.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py312.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py38.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py39.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py311.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py312.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py38.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py39.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py311.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py312.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py38.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py39.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py311.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py312.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py38.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py39.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_coroutines.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_gather.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task_factory.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict-py39.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_exception_group-py311.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_iteration.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_list.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_memoryview.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_object.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_pow.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_reversed.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_round.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_sum.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_tuple.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_zip.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_codecs.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_concurrent_futures.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_contextlib.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_copy.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_dataclasses.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_enum.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_functools.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib_metadata.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_io.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_logging.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_multiprocessing.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_pathlib.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_re.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_sqlite3.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tarfile.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tempfile.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_threading.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tkinter.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_types.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_unittest.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_xml.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/collections/check_defaultdict-py39.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_message.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/itertools/check_itertools_recipes.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_MutableMapping.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_all.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_regression_issue_9296.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_typing_io.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/VERSIONS -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__future__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bisect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bootlocale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_collections_abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpchannels.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpqueues.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpreters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_lsprof.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_osx_support.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_posixsubprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_py_abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_pydecimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_random.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_sitebuiltins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_stat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_threading_local.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tkinter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tracemalloc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/README.md -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/dbapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/importlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/wsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/xml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakref.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakrefset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_winapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/aifc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/antigravity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/argparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/array.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asynchat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_futures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/coroutines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/format_helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/futures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/locks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/mixins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/proactor_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/protocols.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/queues.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/runners.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/selector_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/sslproto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/staggered.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/streams.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/taskgroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/threads.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/timeouts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/transports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/trsock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/unix_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/atexit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/audioop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/base64.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/binascii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/binhex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bisect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bz2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cProfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/calendar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cgitb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/chunk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cmath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/codeop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/collections/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/collections/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/colorsys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compileall.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/configparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextvars.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/copy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/copyreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/csv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/_endian.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/has_key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/datetime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/dumb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/gnu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/ndbm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/sqlite3.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/decimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/difflib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/bcppcompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/ccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_dumb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_packager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_wininst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/clean.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/cygwinccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/debug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dir_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/fancy_getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/file_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/msvccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/text_file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/unixccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/doctest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dummy_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_header_value_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_policybase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/base64mime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/charset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/contentmanager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/encoders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/feedparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/generator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/header.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/headerregistry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/iterators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/audio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/nonmultipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/policy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/quoprimime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8_sig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ensurepip/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/enum.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/errno.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/faulthandler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fcntl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/filecmp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fileinput.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fnmatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fractions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ftplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/functools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/genericpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/getpass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gettext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/glob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/graphlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/grp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gzip.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/hashlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/heapq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/hmac.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/entities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/cookiejar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/cookies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imaplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imghdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/_meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/diagnose.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/readers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/readers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/simple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/simple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/inspect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ipaddress.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/itertools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/btm_matcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixer_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_except.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_future.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_import.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_input.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_long.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_map.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_next.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_print.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/driver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/grammar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/literals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/pgen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pygram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pytree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/refactor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/linecache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lzma.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mailbox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mailcap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/marshal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/math.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mimetypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/modulefinder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/sequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msvcrt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/forkserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/heap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_fork.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_forkserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/reduction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_sharer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_tracker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ntpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nturl2path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/opcode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/operator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ossaudiodev.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickletools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pipes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pkgutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/platform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/plistlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/poplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/posixpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pprint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/profile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pstats.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/py_compile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyclbr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/topics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/quopri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/random.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/re.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/readline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/reprlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/rlcompleter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/runpy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sched.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/secrets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/select.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/selectors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shelve.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shlex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/signal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/site.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/smtpd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/smtplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sndhdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/socketserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/spwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dbapi2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_compile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ssl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/stat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/statistics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/string.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/stringprep.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sunau.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symbol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symtable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/_monitoring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/syslog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tabnanny.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tarfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/telnetlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tempfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/termios.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/textwrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/this.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/time.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/timeit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/colorchooser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/commondialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dnd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/filedialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/font.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/messagebox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/scrolledtext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/simpledialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/tix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/ttk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tokenize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tomllib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/trace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/traceback.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tracemalloc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/turtle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/typing_extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unicodedata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/_log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/async_case.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/case.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/loader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/mock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/runner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/signals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/suite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/uu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/uuid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/venv/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wave.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/weakref.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/webbrowser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/winreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/winsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/simple_server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/validate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xdrlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/NodeFilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/domreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/expatbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minicompat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minidom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/pulldom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/xmlbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementInclude.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementPath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/cElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/_exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/saxutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/xmlreader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipapp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/sphinx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/classes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exif_log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/heic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/jpeg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/exif.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/apple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/canon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/casio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/nikon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/olympus.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/flask_migrate/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/test_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__meta__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockprocessors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/abbr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/admonition.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/attr_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/codehilite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/def_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/extra.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/fenced_code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/footnotes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_attrs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_em.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/md_in_html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/nl2br.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/sane_lists.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/smarty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/toc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/postprocessors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/preprocessors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/serializers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/test_cases/check_tk_compat.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ContainerIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GdImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageChops.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageCms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageColor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFont.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageGrab.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMorph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageOps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePalette.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageQt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageSequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageShow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageStat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTransform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageWin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegPresets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PSDraw.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PaletteFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfParser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/QoiImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TarIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffTags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WalImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/charset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/connections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/COMMAND.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CR.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/ER.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FIELD_TYPE.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FLAG.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/SERVER_STATUS.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/converters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/cursors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/pyscreeze/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/_yaml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/composer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/constructor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/cyaml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/dumper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/emitter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/loader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/nodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/reader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/representer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/resolver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/scanner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/tokens.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/cmdline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/console.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/bbcode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/img.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/irc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/latex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/other.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/pangomarkup.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/rtf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/svg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal256.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/javascript.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/jsx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/kusto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/ldap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/lean.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/lisp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/prql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/vip.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/vyper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/modeline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/regexopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/scanner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/sphinxext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/style.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/styles/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/unistring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/RPi/GPIO/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/RPi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cimmutabledict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/mxodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/pyodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cresultproxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/databases/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/fdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/kinterbasdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/aiomysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/asyncmy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/cymysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/dml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/enumerated.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadbconnector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reserved_words.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/dml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pypostgresql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ranges.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/aiosqlite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/mxodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pyodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pysybase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/characteristics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/create.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/cursor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/default.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/interfaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/mock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/reflection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/row.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/strategies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/url.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/engine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/scoping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/automap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/baked.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/compiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/horizontal_shard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/hybrid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/names.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/orderinglist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/attributes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/clsregistry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dependency.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/descriptor_props.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dynamic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/evaluator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/identity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/instrumentation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/interfaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/loading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/mapper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/path_registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/persistence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/relationships.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/scoping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/state.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategy_options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/sync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/unitofwork.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/dbapi_proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/impl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/processors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/annotation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/coercions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/compiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/crud.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/ddl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/default_comparator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/dml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/elements.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/functions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/lambdas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/naming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/operators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/roles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/selectable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/sqltypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/traversals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/type_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/visitors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertsql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/asyncio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/engines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/profiling.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/provision.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/requirements.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_compat_py3k.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_concurrency_py3k.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_preloaded.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/concurrency.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/deprecations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_choices.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_filters.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_validators.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_widgets.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/choices.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/datetime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/form.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/numeric.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/simple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/form.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/i18n.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/test_cases/check_wsgify.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/acceptparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/byterange.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cachecontrol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cookies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/datetime_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/dec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/descriptors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/etag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/multidict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/static.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/os.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/ospath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/tempfile/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/tempfile/temptypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/BufferedTokenStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/CommonTokenFactory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/CommonTokenStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/FileStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/InputStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/IntervalSet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/LL1Analyzer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Lexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ListTokenSource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ParserInterpreter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ParserRuleContext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/PredictionContext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Recognizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/RuleContext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/StdinStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/TokenStreamRewriter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/_pygrun.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATN.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfigSet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializationOptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNSimulator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNState.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNType.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerATNSimulator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerAction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerActionExecutor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ParserATNSimulator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/PredictionMode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/SemanticContext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/Transition.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFA.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFASerializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFAState.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/DiagnosticErrorListener.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/ErrorListener.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/ErrorStrategy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Chunk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreeMatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePattern.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePatternMatcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/RuleTagToken.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/TokenTagToken.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Tree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Trees.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/XPath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/XPathLexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/assertpy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/contains.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/date.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/dict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/dynamic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/extracting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/numeric.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/snapshot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/string.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/default_dynamic_naming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/dummy_entities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/noop_traceid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/trace_header.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/connector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampling_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/reservoir.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/default_streaming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/element.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/callbacks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/css_sanitizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/html5lib_shim.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/linkifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/parse_shim.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/sanitizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/cacheutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/debugutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/deprutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/dictutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/easterutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ecoutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/excutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/fileutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/formatutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/funcutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/gcutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ioutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/iterutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/jsonutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/listutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mathutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mboxutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/namedutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/pathutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/queueutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/setutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/socketutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/statsutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/strutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tableutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tbutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/timeutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/typeutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/urlutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth_handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/ec2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/elb/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/layer1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/regioninfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/acl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlogging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/cors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/deletemarker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/keyfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/lifecycle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multidelete.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/prefix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/tagging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/user.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/website.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/account_updater_daily_report.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ach_mandate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/amex_express_checkout_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/android_pay_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/attribute_getter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/bin_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/braintree_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/configuration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_status_transitioned.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credentials_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/descriptor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement_detail.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/evidence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/paypal_message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/status_history.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/enriched_customer_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/environment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_codes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/europe_bank_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authentication_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authorization_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/braintree_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/configuration_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/gateway_timeout_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/connection_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/invalid_response_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/timeout_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_challenge_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_signature_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/not_found_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/request_timeout_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/server_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/service_unavailable_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/test_operation_performed_in_production_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/too_many_requests_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/unexpected_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/upgrade_required_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_input.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_payload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitated_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitator_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/iban_bank_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ids_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/liability_shift.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_completed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_expired.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_funded.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_reversed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/masterpass_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/modification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/montary_amount.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/package_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/partner_merchant.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_customer_data_updated_metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_here.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/processor_response_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource_collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/revoked_payment_method_metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/risk_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/samsung_pay_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/sepa_direct_debit_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/sepa_direct_debit_account_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/signature_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/status_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_status_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/successful_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/authentication_ids.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/credit_card_defaults.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/credit_card_numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/merchant_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/nonces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/venmo_sdk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/testing_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/three_d_secure_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_amounts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_review.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/crypto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/generator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/graphql_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/http.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/xml_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error_collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/venmo_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/venmo_profile_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/visa_checkout_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/func.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/keys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/davclient.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/cdav.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/dav.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/ical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/requests.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/capturer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/backend_ctypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cffi_opcode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/commontypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/ffiplatform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/pkgconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/recompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/setuptools_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/renderer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/click_default_group.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansitowin32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/initialise.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/winterm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/blocks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/cmark.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/dump.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/entitytrans.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/inlines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/console_menu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_borders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_margins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_padding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_style.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/command_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/external_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/function_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/selection_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/submenu_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_component.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/multiselect_menu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/prompt_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/screen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/selection_menu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/regex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/url.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/croniter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/conf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/fasttext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/langdetect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/language_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/freshness_date_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/dictionary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/loader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/validation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/detection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/text_detection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezone_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezones.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/strptime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/decorator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/ElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/cElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/expatbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/expatreader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/minidom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/pulldom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/sax.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/xmlrpc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/container.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/daemon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/exec_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/network.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/secret.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/swarm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/volume.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/store.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/configs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/containers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/images.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/networks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/nodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/plugins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/secrets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/services.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/swarm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/volumes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/tls.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/basehttpadapter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/npipeconn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/npipesocket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/sshconn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/unixconn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/containers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/daemon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/healthcheck.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/networks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/services.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/swarm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/fnmatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/json_stream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/ports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/examples.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/frontend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/nodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/null.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/admonitions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/body.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/images.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/misc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/parts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/references.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/tableparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/doctree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/pep.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/standalone.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/statemachine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/roman.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/docutils_xml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html4css1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html5_polyglot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/latex2e.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/manpage.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/null.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pep_html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/entrypoints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/checksum.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/compiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/inclusion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/injector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/publisher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/wsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/first.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/flake8_2020.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/bugbear.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/flake8_builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/flake8_docstrings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/_compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/api/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/api/legacy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/checker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/defaults.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/discover_files.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/_windows_color.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/default.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/debug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/aggregator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/manager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/parse_args.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/finder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/pycodestyle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/pyflakes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/reporter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/processor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/statistics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/style_guide.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/violation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/_fonttools_shims.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/actions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/annotations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/bidi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/deprecation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/encryption.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fpdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/graphics_state.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_datastructures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/line_break.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/linearization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/prefs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/sign.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/svg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/text_region.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameDecorator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameIterator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/printing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/prompt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/unwinder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/xmethod.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_abstract_linkable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/loop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/watcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_fileobjectcommon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_greenlet_primitives.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_hub_local.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_hub_primitives.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ident.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_imap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_monitor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_waiter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/ares.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/backdoor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/baseserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/fileobject.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/greenlet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/hub.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/corecext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/corecffi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/watcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/loop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/watcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/local.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/os.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pywsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/ares.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/blocking.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/cares.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/dnspython.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver_ares.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/select.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/selectors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/signal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/ssl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/threadpool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/time.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/timeout.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/win32util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/test_cases/check_greenlet.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/_greenlet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_inputstream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_tokenizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/lint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/optionaltags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/sanitizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/whitespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/html5parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/genshi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/sax.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/dom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree_lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/dom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree_lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/genshi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/certs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/case.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/adapters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/approle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/aws.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/azure.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/cert.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/gcp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/github.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/jwt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/kubernetes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/ldap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/legacy_mfa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/oidc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/okta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/radius.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/userpass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/active_directory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/aws.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/azure.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/consul.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/database.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/gcp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/identity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv_v1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv_v2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/ldap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/pki.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/rabbitmq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/ssh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/transform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/transit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/audit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/capabilities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/health.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/init.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/leader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/lease.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/mount.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/policies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/policy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/quota.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/raft.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/seal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/system_backend_mixin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/wrapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/vault_api_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/vault_api_category.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/aws_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/approle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/aws.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/azure.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/gcp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/identity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/transit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/v1/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/ibm_db.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/@tests/test_cases/check_cal.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/cal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/caselessdict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser_tools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/prop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone_cache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/tools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/windows_to_olson.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/api_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_pages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/labels_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/users_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/point.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/configuration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/block.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/checks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dialect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/field.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/health_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/identifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/language_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/log_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/model_property.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organizations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/property_key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ready.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replications.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/runs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_language.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/sources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/users.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/extras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/_base_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/backup_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/cells_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/checks_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/config_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/delete_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/health_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/labels_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ping_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/query_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ready_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/replications_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/resources_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/restore_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/routes_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/rules_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/setup_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signin_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signout_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/sources_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/templates_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/users_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/variables_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/views_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/write_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/inifile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/functions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_keywords.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_keywords.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_generic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attrDef.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attribute.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/cursor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/entry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/objectDef.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/pooling.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/rdns.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/results.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/timezone.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/tls.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/usage.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/addMembersToGroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/modifyPassword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/removeMembersFromGroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/unlockAccount.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/addMembersToGroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/checkGroupsMemberships.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/endTransaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/getBindDn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/listReplicas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasGetUniversalPassword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasSetUniversalPassword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/partition_entry_count.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/removeMembersFromGroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/replicaInfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/startTransaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/operation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PagedSearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/modifyPassword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/whoAmI.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/abandon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/add.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/bind.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/compare.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/delete.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/extended.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modify.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modifyDn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/unbind.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/controls.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/convert.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/standard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/microsoft.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/novell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/oid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/persistentSearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2696.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2849.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc3062.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4511.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4512.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4527.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/digestMd5.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/external.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/kerberos.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/plain.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/sasl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ad2012R2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ds389.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir888.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir914.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/slapd24.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asyncStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asynchronous.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/ldifProducer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockAsync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockBase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockSync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/restartable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/reusable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeRestartable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeSync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/sync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/asn1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ciDict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/conv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/dn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/hashed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ntlm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/port_validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/repr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/uri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/builder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/distutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/wsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/lzstring/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/backports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/mock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/mypy_extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_mysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/connections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CLIENT.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CR.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/ER.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FIELD_TYPE.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FLAG.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/converters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/release.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/times.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/algorithm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/generate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/method.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/non_secure_generate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/subnet_splitter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/ieee.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/fbsocket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/glob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/iana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/nmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/rfc1924.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/sets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui48.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui64.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv4.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv6.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/test_cases/check_dispatch_decorator.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clique.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/matching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/maxcut.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/ramsey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/vertex_cover.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/connectivity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/correlation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/neighbor_degree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/pairs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/asteroidal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/basic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/centrality.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/covering.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/generators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/projection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/redundancy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/boundary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bridges.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/closeness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness_subset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_closeness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/degree_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/dispersion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/flow_matrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/group.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/harmonic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/katz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/laplacian.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/load.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/percolation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/reaching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/second_order.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/trophic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/voterank_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/chains.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/chordal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/clique.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/equitable_coloring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/greedy_coloring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/communicability_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/centrality.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/community_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kclique.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/label_propagation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/louvain.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/lukes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/modularity_max.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/quality.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/attracting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/biconnected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/connected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/semiconnected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/strongly_connected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/weakly_connected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/connectivity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/cuts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/disjoint_paths.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/edge_augmentation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/edge_kcomponents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/kcomponents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/kcutsets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/stoerwagner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/covering.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cuts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cycles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/d_separation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/distance_measures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/distance_regular.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dominance.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dominating.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/efficiency_measures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/euler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/boykovkolmogorov.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/capacityscaling.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/dinitz_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/edmondskarp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/gomory_hu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/maxflow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/mincost.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/networksimplex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/preflowpush.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/shortestaugmentingpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/graph_hashing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/graphical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/hierarchy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/hybrid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isolate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/ismags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/isomorph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/isomorphvf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/matchhelpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/temporalisomorphvf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/tree_isomorphism.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/vf2pp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/vf2userfunc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/hits_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/pagerank_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_prediction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/lowest_common_ancestors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/matching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/minors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/minors/contraction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/mis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/moral.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/node_classification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/non_randomness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/all.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/product.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/unary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/planar_drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/planarity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/polynomials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/reciprocity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/regular.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/richclub.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/astar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/dense.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/generic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/unweighted.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/weighted.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/similarity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/simple_paths.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/smallworld.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/smetric.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/sparsifiers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/structuralholes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/summarization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/swap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tournament.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/breadth_first_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/depth_first_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/edgebfs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/edgedfs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/branchings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/coding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/decomposition.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/mst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/operations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/recognition.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/triads.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/vitality.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/voronoi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/wiener.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/coreviews.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/digraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/filters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/function.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/graph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/graphviews.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/multidigraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/multigraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/reportviews.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/convert.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/convert_matrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/layout.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_agraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_latex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_pydot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_pylab.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/atlas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/classic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/cographs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/community.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/degree_seq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/directed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/duplication.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/ego.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/expanders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/geometric.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/harary_graph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/internet_as_graphs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/intersection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/interval_graph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/joint_degree_seq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/lattice.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/line.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/mycielski.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/nonisomorphic_trees.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/random_clustered.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/random_graphs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/small.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/social.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/spectral_graph_forge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/stochastic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/sudoku.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/trees.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/triads.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/lazy_imports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/algebraicconnectivity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/attrmatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/bethehessianmatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/graphmatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/laplacianmatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/modularitymatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/spectrum.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/adjlist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/edgelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/gexf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/gml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/graph6.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/graphml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/adjacency.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/cytoscape.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/tree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/leda.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/multiline_adjlist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/p2g.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/pajek.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/sparse6.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/relabel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/backends.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/heaps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/mapped_queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/misc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/random_sequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/rcm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/union_find.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/parameters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/request_validator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/pre_configured.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/refresh_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/olefile/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/olefile/olefile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_base_descriptors.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_nested_descriptors.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/_constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/_writer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/read_only.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/rich_text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_3d.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/area_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/axis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/bar_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/bubble_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/chartspace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/data_source.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/descriptors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/error_bar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/label.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/layout.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/legend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/line_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/marker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/picture.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/pie_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/pivot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/plotarea.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/print_settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/radar_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/reader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/scatter_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/series.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/series_factory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/shapes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/stock_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/surface_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/title.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/trendline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/updown_bars.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/chartsheet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/custom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/publish.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/relation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/author.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/comment_sheet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/comments.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/shape_writer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/product.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/singleton.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/strings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/container.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/excel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/nested.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/sequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/serialisable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/slots.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/colors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/connector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/effect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/fill.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/geometry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/graphic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/line.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/picture.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/relation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/spreadsheet_drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/xdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/formatting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/tokenizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/translate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/custom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/extended.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/interface.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/relationship.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/workbook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/cache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/fields.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/record.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/drawings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/excel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/strings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/workbook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/alignment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/borders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/cell_style.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/colors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/differential.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/fills.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/fonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/named_styles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/styleable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/stylesheet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/bound_dictionary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/dataframe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/datetime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/escape.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/formulas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/indexed_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/inference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/units.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/_writer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/child.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/defined_name.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/external.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/function_group.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/smart_tags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/web.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/workbook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_read_only.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_reader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_write_only.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_writer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_range.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_watch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/controls.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/copier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/custom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/datavalidation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/dimensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/filters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/formula.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/merge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/ole.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/page.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/picture.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/print_settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/related.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/scenario.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/smart_tag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/excel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/theme.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/functions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/tags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/api_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/scope_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/logs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/binary_propagator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/propagator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/span.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/text_propagator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/tracer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/propagation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_manager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/asyncio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/contextvars.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/gevent.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/tornado.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/span.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tracer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/matcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/packettypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/publish.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/reasoncodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribeoptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_strategy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ber.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/channel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/compress.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/dsskey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ed25519key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/hostkeys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_curve25519.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_ecdh_nist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group14.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group16.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gss.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/packet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pipe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pkey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/primes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/rsakey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_attr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_handle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_si.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_openssh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/expressions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/grammar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/nodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/test_cases/check_bcrypt_using_rounds.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/_gen_files.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_md4.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/des.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/digest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_gen_files.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_salsa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/models.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/argon2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/bcrypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/cisco.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/des_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/digests.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/django.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/fshp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/ldap_digests.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/md5_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/misc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/mssql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/mysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/oracle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/pbkdf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/phpass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/postgres.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/roundup.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/scram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/scrypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sha1_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sha2_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/windows.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/hash.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/hosts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ifc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/pwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/totp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/compat/_ordered_dict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/decor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/des.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/md4.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/pbkdf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/store.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/peewee.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/flask_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/ANSI.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/FSM.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/expect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/fdpexpect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/popen_spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pty_spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pxssh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/replwrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/run.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/screen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/socket_pexpect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/spawnbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/asyncio_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/base_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/blocking_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/gevent_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/select_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/tornado_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/twisted_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/connection_workflow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/io_services_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/nbio_interface.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/amqp_object.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/callback.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/channel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/delivery_mode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/diagnostic_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exchange_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/frame.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/heartbeat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/spec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/tcp_socket_opts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/portpicker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psaix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psosx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psposix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pssunos.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_linux.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_osx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_windows.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pswindows.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_connect.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_extensions.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_psycopg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_range.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errorcodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/pool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/sql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/eoo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/streaming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/integer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/octets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/debug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/char.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/constraint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedtype.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedval.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/opentype.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tagmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/univ.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/useful.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/pyaudio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/coco.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/cocoeval.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/mask.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/pycurl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/farmhash.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/pyflakes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_libgit2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_pygit2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_run.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blame.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/branches.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/callbacks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/ffi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/filter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/index.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/legacyenums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/packbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/references.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/refspec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/remotes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/repository.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/submodules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/splash.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/_parent.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/win32/versioninfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/bks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/jks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc2898.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc7292.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/sun_crypto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/_dummy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rfc2217.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rs485.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialcli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialjava.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialposix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialwin32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/threaded/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/hexlify_codec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_linux.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_osx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_windows.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/miniterm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_alt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_cp2110.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_hwgrep.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_loop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_rfc2217.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_spy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/cronlog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontab.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontabs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_inheritance.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_relativedelta.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/easter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/rrule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/_asn1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/cryptography_backend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/ecdsa_backend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/native.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/rsa_backend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jws.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__version__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/X.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/XK.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xatom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xcursorfont.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/_typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/display.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/composite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/damage.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/dpms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/ge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/nvcontrol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/randr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/record.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/res.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/screensaver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/security.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/shape.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xfixes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinerama.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinput.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xtest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/apl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/arabic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/cyrillic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/greek.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/hebrew.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/katakana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/korean.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin3.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin4.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/miscellany.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/publishing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/special.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/technical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/thai.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xf86.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xk3270.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xkb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/display.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/rq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/structs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/rdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/connect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/unix_connect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/vms_connect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/threaded.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xauth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/colormap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/cursor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/drawable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/fontable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/icccm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/lazy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzinfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/_win32typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/afxres.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/commctrl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/dde.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/isapicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/simple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/threaded_extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmapfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmsystem.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/ntsecuritycon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/odbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/perfmon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythoncom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/dde.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32ui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32uiole.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pywintypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/regutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/servicemanager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/sspicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/timer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win2kras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/_wincerapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/afxres.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/commctrl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/mmsystem.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/ntsecuritycon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/pywintypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/regutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/sspicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win2kras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32con.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32cryptcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32evtlogutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32gui_struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32inetcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32netcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32pdhquery.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32serviceutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32timezone.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winerror.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winioctlcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winnt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winperf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winxptheme.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/mmapfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/odbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/perfmon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/servicemanager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/timer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32clipboard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32console.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32cred.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32evtlog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32gui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32help.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32inet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32job.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32lz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32net.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pdh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pipe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32print.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32profile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32security.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32trace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32transaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32wnet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/winxpgui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32clipboard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/axcontrol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/adb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/axdebug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/codecontainer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/contexts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/debugger.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/documents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/expressions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/gateways.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/stackframe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/asputil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/axscript.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/axsite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/bits.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/dynamic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/gencache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/directsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifiltercon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/inetcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/internet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/_exchdapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/emsabtags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/exchange.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapitags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapiutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/olectl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/propsys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/pscon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/connect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/dispatcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/policy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shellcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/storagecon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/taskscheduler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/universal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/axcontrol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/adb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/axdebug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/codecontainer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/contexts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/debugger.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/documents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/expressions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/gateways.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/stackframe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/asputil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/axscript.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/pyscript.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/axsite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/bits.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/directsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifiltercon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/inetcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/internet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/_exchdapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/emsabtags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/exchange.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapitags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapiutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/propsys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/pscon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shellcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/taskscheduler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32con.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32console.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cred.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cryptcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlogutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui_struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32help.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inetcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32job.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32lz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32net.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32netcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdhquery.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pipe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32print.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32profile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32security.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32serviceutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32timezone.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32trace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32transaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32uiole.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32wnet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winerror.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winioctlcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winnt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winperf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxpgui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxptheme.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/@tests/test_cases/check_IniFile.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/BaseDirectory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/DesktopEntry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/IconTheme.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/IniFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Menu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/MenuEditor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Mime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/RecentFiles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/qrbill/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/qrbill/bill.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/LUT.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/console_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pure.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styledpil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/colormasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/pil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/svg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/svg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/release.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/test_cases/check_xadd.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/backoff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/edge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/query_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/decoders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/redismodules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/aggregation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/test_cases/check_finditer.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/@tests/test_cases/check_tables.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code128.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code39.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code93.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/dmtx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/eanbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/ecc200datamatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/fourstate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/lto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/qr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/qrencoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/usps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/usps4s.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/widgets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/areas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/axes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/barcharts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/dotbox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/doughnut.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/legends.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/linecharts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/lineplots.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/piecharts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/slidebox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/spider.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/textlabels.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/utils3d.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPDF.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPM.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPS.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderSVG.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/bubble.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/clustered_bar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/clustered_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/excelcolors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/exploded_pie.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/filled_radar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/line_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/linechart_with_markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/radar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/runall.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter_lines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter_lines_markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/simple_pie.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/stacked_bar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/stacked_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/shapes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/svgpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/transform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgetbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/adjustableArrow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/eventcal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/flags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/grids.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/signsandsymbols.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/PyFontify.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/abag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/arciv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/attrmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/boxstuff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/codecharts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/colors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/corp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/extformat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/fontfinder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/fonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/formatters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/geomutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/logger.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/normalDate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pagesizes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pdfencrypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pygments2xpre.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/randomtext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rl_accel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rl_safe_eval.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rltempfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rparsexml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/sequencer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/styles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/testutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/textsplit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/units.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/yaml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/acroform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/cidfonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfdoc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfmetrics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfpattern.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/rl_codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/ttfonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/canvas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pathobject.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pdfgeom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pdfimages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/textobject.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/doctemplate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/figures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/flowables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/frames.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/multicol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/para.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/paragraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/paraparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/tableofcontents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/xpreformatted.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/rl_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/rl_settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/douban.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/ebay.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/facebook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/fitbit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/instagram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/mailchimp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/plentymarkets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/slack.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/weibo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__version__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/certs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/help.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/sessions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/status_codes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/structures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/common_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/data_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/debug_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/error_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/query_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/raw_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/sc2api_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/score_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/spatial_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/ui_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/groupby.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/moves.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/plot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/scales.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/subplots.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/area.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/bar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/dot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/line.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/aggregation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/counting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/density.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/order.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/regression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/algorithms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/axisgrid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/categorical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/cm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/crayons.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/xkcd_rgb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/distributions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/appdirs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/docscrape.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/husl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/kde.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/matrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/miscplot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/objects.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/palettes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/rcmod.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/regression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/relational.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/widgets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_distutils.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_protocols.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/_modified.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/ccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/requirements.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/specifiers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/_modified.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/alias.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_wheel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/develop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/editable_wheel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/setopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py310.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py311.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py39.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/expand.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/pyprojecttoml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/setupcfg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/depends.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/discovery.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/glob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/installer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/launch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/logging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/modified.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/wheel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/windows_support.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_enum.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_geometry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_ragged_array.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/affinity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/cga.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/polylabel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/constructive.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/coordinates.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/coords.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/creation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/geo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/linestring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multilinestring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multipoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multipolygon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/point.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/polygon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geos.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/linear.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/measurement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/ops.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/plotting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/predicates.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/prepared.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/set_operations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/speedups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/strtree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/testing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/validation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/vectorized/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/wkb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/wkt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/test_cases/check_simplejson.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/raw_json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/scanner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/singledispatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/BaseHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/CGIHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/SimpleHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_dummy_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/cPickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/collections_abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/configparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/copyreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_nonmultipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_entities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookiejar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/reprlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/socketserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_commondialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_dialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_filedialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_tkfiledialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_ttk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/serialize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/str2bool/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/str2bool/str2bool/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/_aliases.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/allocation_description_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/log_memory_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/summary_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_description_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_shape_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_slice_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/types_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/variable_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/versions_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/bfc_memory_map_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/cluster_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/coordination_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/distributed_runtime_payloads_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/graph_debug_info_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/compilation_result_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/dynamic_padding_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/optimization_parameters_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/topology_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/tpu_embedding_configuration_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/trackable_object_graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/transport_options_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/verifier_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/event_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/memmapped_file_system_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/saved_tensor_slice_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/experimental.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/dtypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/experimental/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/feature_column/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/initializers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/gfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/activations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/constraints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/initializers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/layers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/losses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/metrics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/regularizers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/math.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/versions_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/sparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/ordered.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/toposort.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_dist_ver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_monitor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_gui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_notebook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_pandas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/asyncio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/auto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/autonotebook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/bells.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/concurrent.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/discord.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/itertools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/logging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/slack.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/telegram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/utils_worker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/dask.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/gui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/keras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/notebook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/rich.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/std.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/translationstring/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/uwsgi.ini -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgidecorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/ujson.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/__version__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/patch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/untangle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/usersettings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/behavior.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/change_tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/hcalendar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/icalendar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/ics_diff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/vcard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/win32tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/adjustments.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/buffers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/channel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/proxy_headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/receiver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/rfc7230.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/runner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/task.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/trigger.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/utilities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/wasyncore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/patch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/snippets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/algeria.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/angola.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/benin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/ivory_coast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/kenya.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/madagascar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/mozambique.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/nigeria.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/sao_tome.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/south_africa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/tunisia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/argentina.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/barbados.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/brazil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/canada.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/chile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/colombia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/el_salvador.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/mexico.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/panama.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/paraguay.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/china.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/hong_kong.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/israel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/japan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/kazakhstan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/malaysia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/philippines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/qatar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/singapore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/south_korea.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/taiwan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/astronomy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/austria.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belarus.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belgium.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/bulgaria.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cayman_islands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/croatia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cyprus.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/czech_republic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/denmark.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/estonia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/european_central_bank.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/finland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/france.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/georgia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/germany.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/greece.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/guernsey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/hungary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/iceland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ireland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/italy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/latvia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/lithuania.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/luxembourg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/malta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/monaco.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/netherlands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/norway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/poland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/portugal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/romania.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/russia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/autumn_holiday.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/fair_holiday.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/spring_holiday.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/victoria_day.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/serbia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovakia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovenia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/spain.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/sweden.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/switzerland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/turkey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ukraine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/united_kingdom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/australia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/marshall_islands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/new_zealand.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/precomputed_astronomy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry_tools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/skyfield_astronomy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alabama.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alaska.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/american_samoa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arizona.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arkansas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/california.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/colorado.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/connecticut.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/delaware.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/district_columbia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/florida.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/georgia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/guam.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/hawaii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/idaho.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/illinois.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/indiana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/iowa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kansas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kentucky.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/louisiana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maryland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/massachusetts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/michigan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/minnesota.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/mississippi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/missouri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/montana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nebraska.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nevada.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_hampshire.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_jersey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_mexico.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_york.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_carolina.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_dakota.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/ohio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oklahoma.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oregon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/pennsylvania.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/rhode_island.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_carolina.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_dakota.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/tennessee.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/texas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/utah.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/vermont.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/virginia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/washington.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/west_virginia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wisconsin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wyoming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/wurlitzer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/xmltodict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/zstd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/feedback.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/frequency_lists.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/matching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi -%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz -%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.24.5.pyz -%%DATADIR%%/plugins/python-ce/lib/client/python-frontend.jar -%%DATADIR%%/plugins/python-ce/lib/python-ce.jar -%%DATADIR%%/plugins/python-ce/lib/python-common.jar -%%DATADIR%%/plugins/qodana/lib/qodana.jar -%%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar -%%DATADIR%%/plugins/restructuredtext/lib/restructuredtext.jar -%%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar -%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar -%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar -%%DATADIR%%/plugins/sh/lib/sh.jar -%%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar -%%DATADIR%%/plugins/tasks/lib/tasks-core.jar -%%DATADIR%%/plugins/terminal/lib/terminal.jar -%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash -%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash -%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash -%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash -%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish -%%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish -%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 -%%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/asciidoc-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/syntaxes/Asciidoctor.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt -%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/textmate.jar -%%DATADIR%%/plugins/toml/lib/toml.jar -%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar -%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-community/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar -%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar -%%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar -%%DATADIR%%/plugins/yaml/lib/yaml-editing.jar -%%DATADIR%%/plugins/yaml/lib/yaml.jar -%%DATADIR%%/product-info.json diff --git a/devel/pycharm-pro/Makefile b/devel/pycharm-pro/Makefile deleted file mode 100644 index 70b3495c95ba..000000000000 --- a/devel/pycharm-pro/Makefile +++ /dev/null @@ -1,99 +0,0 @@ -PORTNAME= pycharm-pro -DISTVERSION= 2024.3.4 -CATEGORIES= devel java python -MASTER_SITES= https://download.jetbrains.com/python/ -DISTNAME= pycharm-professional-${PORTVERSION} - -MAINTAINER= rm@FreeBSD.org -COMMENT= JetBrains PyCharm Professional Edition IDE -WWW= https://www.jetbrains.com/pycharm/ - -LICENSE= PyCharm-Professional -LICENSE_NAME= Subscription license agreement for business and organizations -LICENSE_TEXT= See: https://www.jetbrains.com/store/license.html -LICENSE_PERMS= no-dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept - -DEPRECATED= Pycharm is now unified product. Please switch to devel/pycharm -EXPIRATION_DATE= 2025-07-15 - -ONLY_FOR_ARCH= amd64 - -BUILD_DEPENDS= jna>0:devel/jna -RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ - jetbrains-pty4j>=0.12.13:devel/jetbrains-pty4j \ - jetbrains-restarter>=233.11799.241:devel/jetbrains-restarter \ - jetbrains-sqlite>=232.8660.185:devel/jetbrains-sqlite - -USES= cpe desktop-file-utils java python:run shebangfix -SHEBANG_FILES= plugins/python-ce/helpers/pycodestyle.py \ - plugins/python-ce/helpers/pycodestyle-2.10.0.py \ - plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py \ - plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py \ - plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/prepstyles.py \ - plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh \ - plugins/python-ce/helpers/typeshed/scripts/sync_s2clientprotocol_protobuf_stubs.sh \ - plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh - -CPE_VENDOR= jetbrains -JAVA_VERSION= 17+ - -# Ignore: -# - non-native binaries -# - the bundled native Pty4J support libraries, they are replaced by java/jetbrains-pty4j -# - bundled linux-only JRE -EXTRACT_AFTER_ARGS= --exclude pycharm-${PORTVERSION}/bin/*fsnotifier* \ - --exclude pycharm-${PORTVERSION}/bin/*.so \ - --exclude pycharm-${PORTVERSION}/bin/repair \ - --exclude pycharm-${PORTVERSION}/bin/restarter \ - --exclude pycharm-${PORTVERSION}/bin/pycharm \ - --exclude pycharm-${PORTVERSION}/lib/*.so \ - --exclude pycharm-${PORTVERSION}/plugins/*.so \ - --exclude pycharm-${PORTVERSION}/plugins/cwm-plugin/quiche-native \ - --exclude pycharm-${PORTVERSION}/plugins/python-ce/helpers/pydev/pydevd_attach_to_process \ - --exclude pycharm-${PORTVERSION}/lib/pty4j \ - --exclude pycharm-${PORTVERSION}/jbr \ - --no-same-owner --no-same-permissions - -WRKSRC= ${WRKDIR}/pycharm-${PORTVERSION} - -NO_BUILD= yes - -.include "${.CURDIR}/../../java/intellij/common.mk" - -SUB_FILES+= pkg-message pycharm ${PORTNAME}.desktop -SUB_LIST+= IDEA_HOME=${IDEA_HOME} - -# Remove non-native binaries -post-extract: - @${FIND} ${WRKSRC}/lib ${WRKSRC}/plugins -type d -empty -delete -# TODO: Remove and enable fsnotifier when devel/libinotify is fixed -# Disable filewatcher warning message on IDEA startup - ${ECHO} "idea.filewatcher.disabled=true" >> ${WRKSRC}/bin/idea.properties -# Use fsnotifier replacement provided by java/intellij-fsnotifier - ${ECHO} "idea.filewatcher.executable.path=${IDEA_HOME}/bin/fsnotifier" >> ${WRKSRC}/bin/idea.properties - -do-install: - @${MKDIR} ${STAGEDIR}${DATADIR} - cd "${WRKSRC}" && ${FIND} . | ${CPIO} -pdum -R root:wheel ${STAGEDIR}${DATADIR} - ${INSTALL_SCRIPT} ${WRKDIR}/pycharm ${STAGEDIR}${PREFIX}/bin/${PORTNAME} - ${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop ${STAGEDIR}${DESKTOPDIR} -# Install FreeBSD native lib provided by devel/jna - @${MKDIR} ${WRKDIR}/jna - @(cd ${WRKDIR}/jna && ${JAR} xf ${JAVAJARDIR}/jna.jar com/sun/jna/freebsd-x86-64/libjnidispatch.so) - ${MKDIR} ${STAGEDIR}${DATADIR}/lib/jna/amd64 - ${INSTALL_LIB} ${WRKDIR}/jna/com/sun/jna/freebsd-x86-64/libjnidispatch.so ${STAGEDIR}${DATADIR}/lib/jna/amd64/ -# Use pty4j replacement provided by devel/jetbrains-pty4j - ${MKDIR} ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64 - ${LN} -sf ../../../../../jetbrains/pty4j/amd64/libpty.so ${STAGEDIR}${DATADIR}/lib/pty4j/freebsd/x86-64/libpty.so -# Use restarter provided by devel/jetbrains-restarter - ${LN} -sf ../../jetbrains/restarter/restarter ${STAGEDIR}${DATADIR}/bin/restarter -# Use sqlite replacement provided by devel/jetbrains-sqlite - ${MKDIR} ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64 - ${LN} -sf ../../../../jetbrains/sqlite/amd64/libsqliteij.so ${STAGEDIR}${DATADIR}/lib/native/linux-x86_64/libsqliteij.so -# Fix "Typeahead timeout is exceeded" error - ${ECHO} "action.aware.typeAhead=false" >> ${STAGEDIR}${DATADIR}/bin/idea.properties -# Fix slow render - ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea.vmoptions - ${ECHO} "-Dsun.java2d.xrender=false" >> ${STAGEDIR}${DATADIR}/bin/idea64.vmoptions - -.include <bsd.port.mk> diff --git a/devel/pycharm-pro/distinfo b/devel/pycharm-pro/distinfo deleted file mode 100644 index 19bbce91b976..000000000000 --- a/devel/pycharm-pro/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1740732771 -SHA256 (pycharm-professional-2024.3.4.tar.gz) = 793bfdcbe38251678bc2fe07a026a594efa5af459137fb70dd786edb340c6430 -SIZE (pycharm-professional-2024.3.4.tar.gz) = 1166466736 diff --git a/devel/pycharm-pro/files/pkg-message.in b/devel/pycharm-pro/files/pkg-message.in deleted file mode 100644 index 1e6f444bc43f..000000000000 --- a/devel/pycharm-pro/files/pkg-message.in +++ /dev/null @@ -1,14 +0,0 @@ -[ -{ type: install - message: <<EOM -There is experimental native (faster) file watching support which is -disabled by default. Currently there are problems with watching large -trees. To enable edit %%DATADIR%%/bin/idea.properties and append - - idea.filewatcher.disabled=false - idea.filewatcher.executable.path=%%IDEA_HOME%%/bin/fsnotifier - -Only enable fsnotifier if your projects have < 600 files. -EOM -} -] diff --git a/devel/pycharm-pro/files/pycharm-pro.desktop.in b/devel/pycharm-pro/files/pycharm-pro.desktop.in deleted file mode 100644 index b5d509799fcd..000000000000 --- a/devel/pycharm-pro/files/pycharm-pro.desktop.in +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Version=1.0 -Encoding=UTF-8 -Type=Application -Name=JetBrains PyCharm Professional Edition IDE -GenericName=JetBrains PyCharm Professional Edition IDE -Icon=%%DATADIR%%/bin/pycharm.svg -Exec=%%PREFIX%%/bin/pycharm-pro -Comment=Develop with pleasure! -Terminal=false -StartupNotify=true -StartupWMClass=jetbrains-pycharm-pro -Categories=Application;Development;IDE; diff --git a/devel/pycharm-pro/files/pycharm.in b/devel/pycharm-pro/files/pycharm.in deleted file mode 100644 index f7c75269e99c..000000000000 --- a/devel/pycharm-pro/files/pycharm.in +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -# -# Wrapper to enforce usable Java versions -# -export JAVA_VERSION=%%JAVA_VERSION%% -exec "%%DATADIR%%/bin/pycharm.sh" "$@" diff --git a/devel/pycharm-pro/pkg-descr b/devel/pycharm-pro/pkg-descr deleted file mode 100644 index 6f50666c65e7..000000000000 --- a/devel/pycharm-pro/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -PyCharm Professional is an advanced IDE developed by JetBrains and focused on -developer productivity. PyCharm provides smart code completion, code -inspections, on-the-fly error highlighting and quick-fixes, along with -automated code refactorings and rich navigation capabilities. - -In addition to the features provided by the Community Edition, PyCharm -Professional has scientific, database & SQL tools, support for web development, -Python web development frameworks, the Python profiler and remote development. diff --git a/devel/pycharm-pro/pkg-plist b/devel/pycharm-pro/pkg-plist deleted file mode 100644 index 58b5363b15fd..000000000000 --- a/devel/pycharm-pro/pkg-plist +++ /dev/null @@ -1,9751 +0,0 @@ -bin/pycharm-pro -share/applications/pycharm-pro.desktop -%%DATADIR%%/Install-Linux-tar.txt -%%DATADIR%%/bin/brokenPlugins.db -%%DATADIR%%/bin/format.sh -%%DATADIR%%/bin/idea.properties -%%DATADIR%%/bin/idea.vmoptions -%%DATADIR%%/bin/idea64.vmoptions -%%DATADIR%%/bin/inspect.sh -%%DATADIR%%/bin/jetbrains_client.sh -%%DATADIR%%/bin/jetbrains_client64.vmoptions -%%DATADIR%%/bin/ltedit.sh -%%DATADIR%%/bin/pycharm.png -%%DATADIR%%/bin/pycharm.sh -%%DATADIR%%/bin/pycharm.svg -%%DATADIR%%/bin/pycharm64.vmoptions -%%DATADIR%%/bin/remote-dev-server -%%DATADIR%%/bin/remote-dev-server.sh -%%DATADIR%%/bin/restarter -%%DATADIR%%/build.txt -%%DATADIR%%/debug-eggs/pydevd-pycharm.egg -%%DATADIR%%/help/ReferenceCard.pdf -%%DATADIR%%/help/ReferenceCardForMac.pdf -%%DATADIR%%/lib/annotations.jar -%%DATADIR%%/lib/app-client.jar -%%DATADIR%%/lib/app.jar -%%DATADIR%%/lib/async-profiler/aarch64/dbghelp.dll -%%DATADIR%%/lib/async-profiler/aarch64/jniSymbolsResolver.dll -%%DATADIR%%/lib/async-profiler/aarch64/libasyncProfiler.dll -%%DATADIR%%/lib/async-profiler/aarch64/symsrv.dll -%%DATADIR%%/lib/async-profiler/amd64/dbghelp.dll -%%DATADIR%%/lib/async-profiler/amd64/jniSymbolsResolver.dll -%%DATADIR%%/lib/async-profiler/amd64/libasyncProfiler.dll -%%DATADIR%%/lib/async-profiler/amd64/symsrv.dll -%%DATADIR%%/lib/async-profiler/libasyncProfiler.dylib -%%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-PY-243.25659.43 -%%DATADIR%%/lib/cds/classesLogAgent.jar -%%DATADIR%%/lib/ext/platform-main.jar -%%DATADIR%%/lib/external-system-rt.jar -%%DATADIR%%/lib/externalProcess-rt.jar -%%DATADIR%%/lib/forms_rt.jar -%%DATADIR%%/lib/frontend/frontend-customization.jar -%%DATADIR%%/lib/frontend/frontend.jar -%%DATADIR%%/lib/groovy.jar -%%DATADIR%%/lib/jna/amd64/libjnidispatch.so -%%DATADIR%%/lib/jps-model.jar -%%DATADIR%%/lib/jsch-agent.jar -%%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.8.0-intellij.jar -%%DATADIR%%/lib/lib-client.jar -%%DATADIR%%/lib/lib.jar -%%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar -%%DATADIR%%/lib/modules/intellij.libraries.compose.desktop.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar -%%DATADIR%%/lib/modules/intellij.libraries.microba.jar -%%DATADIR%%/lib/modules/intellij.libraries.skiko.jar -%%DATADIR%%/lib/modules/intellij.platform.clouds.jar -%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar -%%DATADIR%%/lib/modules/intellij.platform.compose.jar -%%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar -%%DATADIR%%/lib/modules/intellij.platform.coverage.jar -%%DATADIR%%/lib/modules/intellij.platform.dap.jar -%%DATADIR%%/lib/modules/intellij.platform.debugger.impl.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.debugger.impl.frontend.jar -%%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezeAnalyzer.jar -%%DATADIR%%/lib/modules/intellij.platform.diagnostic.freezes.jar -%%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar -%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar -%%DATADIR%%/lib/modules/intellij.platform.frontend.jar -%%DATADIR%%/lib/modules/intellij.platform.ide.newUiOnboarding.jar -%%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar -%%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar -%%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar -%%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.navbar.frontend.jar -%%DATADIR%%/lib/modules/intellij.platform.navbar.jar -%%DATADIR%%/lib/modules/intellij.platform.navbar.monolith.jar -%%DATADIR%%/lib/modules/intellij.platform.progress.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.project.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar -%%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar -%%DATADIR%%/lib/modules/intellij.platform.settings.local.jar -%%DATADIR%%/lib/modules/intellij.platform.smRunner.vcs.jar -%%DATADIR%%/lib/modules/intellij.platform.tips.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar -%%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar -%%DATADIR%%/lib/modules/intellij.profiler.common.jar -%%DATADIR%%/lib/modules/intellij.profiler.ultimate.ideaAsyncProfiler.jar -%%DATADIR%%/lib/modules/intellij.settingsSync.core.jar -%%DATADIR%%/lib/modules/intellij.smart.update.jar -%%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so -%%DATADIR%%/lib/nio-fs.jar -%%DATADIR%%/lib/opentelemetry.jar -%%DATADIR%%/lib/platform-loader.jar -%%DATADIR%%/lib/product-client.jar -%%DATADIR%%/lib/product.jar -%%DATADIR%%/lib/protobuf.jar -%%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so -%%DATADIR%%/lib/rd.jar -%%DATADIR%%/lib/src/pycharm-openapi-src.zip -%%DATADIR%%/lib/stats.jar -%%DATADIR%%/lib/testFramework.jar -%%DATADIR%%/lib/trove.jar -%%DATADIR%%/lib/util-8.jar -%%DATADIR%%/lib/util.jar -%%DATADIR%%/lib/util_rt.jar -%%DATADIR%%/license/javahelp_license.txt -%%DATADIR%%/license/javolution_license.txt -%%DATADIR%%/license/launcher-third-party-libraries.html -%%DATADIR%%/license/remote-dev-server.html -%%DATADIR%%/license/saxon-conditions.html -%%DATADIR%%/license/third-party-libraries.html -%%DATADIR%%/license/third-party-libraries.json -%%DATADIR%%/license/yourkit-license-redist.txt -%%DATADIR%%/modules/module-descriptors.jar -%%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar -%%DATADIR%%/plugins/DatabaseTools/lib/database-openapi.jar -%%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar -%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar -%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar -%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar -%%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar -%%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/index.js -%%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/package.json -%%DATADIR%%/plugins/angular/lib/angular.jar -%%DATADIR%%/plugins/angular/ngCli/commands/generate-impl.js -%%DATADIR%%/plugins/angular/ngCli/commands/generate.json -%%DATADIR%%/plugins/angular/ngCli/generate.js -%%DATADIR%%/plugins/angular/ngCli/generateVirtual.js -%%DATADIR%%/plugins/angular/ngCli/rerouteModulesToProject.js -%%DATADIR%%/plugins/angular/ngCli/runner.js -%%DATADIR%%/plugins/angular/ngCli/schematicsInfoProvider.js -%%DATADIR%%/plugins/angular/ngCli/schematicsProvider.js -%%DATADIR%%/plugins/angular/ngCli/schematicsProvider140.js -%%DATADIR%%/plugins/angular/ngCli/schematicsProvider60.js -%%DATADIR%%/plugins/angular/ngCli/schematicsProvider62.js -%%DATADIR%%/plugins/angular/ngCli/schematicsProvider70.js -%%DATADIR%%/plugins/angular/ngCli/schematicsProvider80.js -%%DATADIR%%/plugins/angular/ngCli/schematicsProvider90.js -%%DATADIR%%/plugins/charts/lib/charts.jar -%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar -%%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar -%%DATADIR%%/plugins/color-scheme-github/lib/color-scheme-github.jar -%%DATADIR%%/plugins/color-scheme-monokai/lib/color-scheme-monokai.jar -%%DATADIR%%/plugins/color-scheme-twilight/lib/color-scheme-twilight.jar -%%DATADIR%%/plugins/color-scheme-warmNeon/lib/color-scheme-warmNeon.jar -%%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar -%%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar -%%DATADIR%%/plugins/copyright/lib/copyright.jar -%%DATADIR%%/plugins/css-impl/lib/css-impl.jar -%%DATADIR%%/plugins/cwm-plugin/jre-build.txt -%%DATADIR%%/plugins/cwm-plugin/lib/bouncy-castle-pgp.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-driver.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-markdown.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-performanceTesting.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest-terminal.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-guest.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/cwm-plugin-frontend.jar -%%DATADIR%%/plugins/cwm-plugin/lib/client/rd-client.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-common.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-host-unattended.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-host.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-model.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-android.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-backend.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-common.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-unattended-common.jar -%%DATADIR%%/plugins/cwm-plugin/lib/grpc-netty-shaded.jar -%%DATADIR%%/plugins/cwm-plugin/lib/ice4j.jar -%%DATADIR%%/plugins/cwm-plugin/lib/java-websocket.jar -%%DATADIR%%/plugins/cwm-plugin/lib/jitsi-utils.jar -%%DATADIR%%/plugins/cwm-plugin/lib/jnaerator-runtime.jar -%%DATADIR%%/plugins/cwm-plugin/lib/jstun.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.java.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.performanceTesting.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.execution.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.inline.completion.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.inline.completion.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.kernel.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.navbar.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.progress.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.project.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.rpc.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.vcs.common.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.vcs.frontend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.terminal.backend.split.jar -%%DATADIR%%/plugins/cwm-plugin/lib/quiche-jna-stubs.jar -%%DATADIR%%/plugins/cwm-plugin/lib/rd.jar -%%DATADIR%%/plugins/cwm-plugin/lib/tls-channel.jar -%%DATADIR%%/plugins/cwm-plugin/lib/vcs-protocol.jar -%%DATADIR%%/plugins/dbt/lib/dbt.jar -%%DATADIR%%/plugins/dev/lib/dev.jar -%%DATADIR%%/plugins/editorconfig/lib/editorconfig.jar -%%DATADIR%%/plugins/emojipicker/lib/emojipicker.jar -%%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar -%%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar -%%DATADIR%%/plugins/fullLine/full-line-cpu-detector.zip -%%DATADIR%%/plugins/fullLine/full-line-model-python-v2.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server.zip -%%DATADIR%%/plugins/fullLine/lib/fullLine.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.jar -%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.jar -%%DATADIR%%/plugins/fullLine/promo/.DS_Store -%%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/content.json -%%DATADIR%%/plugins/fullLine/promo/DataGrip/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/content.json -%%DATADIR%%/plugins/fullLine/promo/DataSpell/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/content.json -%%DATADIR%%/plugins/fullLine/promo/GoLand/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/content.json -%%DATADIR%%/plugins/fullLine/promo/Idea/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/content.json -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/content.json -%%DATADIR%%/plugins/fullLine/promo/Python/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/content.json -%%DATADIR%%/plugins/fullLine/promo/Rider/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/content.json -%%DATADIR%%/plugins/fullLine/promo/Ruby/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/.DS_Store -%%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/content.json -%%DATADIR%%/plugins/fullLine/promo/WebStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/content.json -%%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar -%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar -%%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar -%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-darwin-amd64 -%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-darwin-arm64 -%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-amd64 -%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-arm64 -%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-windows-amd64.exe -%%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-windows-arm64.exe -%%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions -%%DATADIR%%/plugins/gateway-terminal/lib/gateway-terminal.jar -%%DATADIR%%/plugins/gnuGetText/lib/gnuGetText.jar -%%DATADIR%%/plugins/grazie/lib/grazie.jar -%%DATADIR%%/plugins/grid-core-impl/lib/grid-core-impl.jar -%%DATADIR%%/plugins/grid-core-impl/lib/jdbc-console-types.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-impl.jar -%%DATADIR%%/plugins/grid-impl/lib/grid-scripting.jar -%%DATADIR%%/plugins/html-tools/lib/html-tools.jar -%%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/indexing-shared-ultimate-plugin-bundled.jar -%%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/modules/intellij.indexing.shared.generator.jar -%%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/modules/intellij.indexing.shared.ultimate.git.jar -%%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/modules/intellij.indexing.shared.ultimate.jar -%%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/modules/intellij.indexing.shared.ultimate.java.jar -%%DATADIR%%/plugins/indexing-shared/lib/indexing-shared.jar -%%DATADIR%%/plugins/ini/lib/ini.jar -%%DATADIR%%/plugins/javascript-debugger/debugConnectionForwarder.js -%%DATADIR%%/plugins/javascript-debugger/debugConnector.js -%%DATADIR%%/plugins/javascript-debugger/debugConnectorPortPublisher.js -%%DATADIR%%/plugins/javascript-debugger/debugConnectorUtil.js -%%DATADIR%%/plugins/javascript-debugger/lib/ChromeConnector.jar -%%DATADIR%%/plugins/javascript-debugger/lib/FirefoxConnector.jar -%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.nashorn.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-9-rt.jar -%%DATADIR%%/plugins/javascript-debugger/lib/nashorn-debugger-rt.jar -%%DATADIR%%/plugins/javascript-intentions/lib/javascript-intentions.jar -%%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-stringifier.js -%%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-tree.js -%%DATADIR%%/plugins/javascript-plugin/helpers/base-test-reporter/intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/helpers/buildTools/grunt/lib/grunt-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/helpers/buildTools/grunt/tasks/grunt-tasks-fetcher.js -%%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-jasmine-reporter.js -%%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-reporter.js -%%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-stdin-fix.js -%%DATADIR%%/plugins/javascript-plugin/helpers/jest-intellij/lib/jest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/helpers/node-core-modules/node-core-modules-loader.js -%%DATADIR%%/plugins/javascript-plugin/helpers/nodejs/library/yarn/intellij-yarn-pnp-deps-tree-loader.js -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/bin/batch-matcher -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/CHANGELOG.md -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/LICENSE -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/README.md -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/bin/semver.js -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/package.json -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/range.bnf -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/node_modules/semver/semver.js -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/package-lock.json -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/package.json -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/semver-range-matcher.js -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/.gitignore -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/package.json -%%DATADIR%%/plugins/javascript-plugin/helpers/package-version-range-matcher/test/version-range-test.js -%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/jasmine-reporter.d.ts -%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-cli.js -%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-config.js -%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-jasmine-reporter.js -%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-plugin.js -%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-stringifier.js -%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-tree.js -%%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js -%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js -%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-1632447f56bf.txt -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/es2019decorators.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/flow.utilities.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.decorators.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.decorators.legacy.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.asynciterable.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.dom.iterable.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.collection.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.core.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.generator.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.iterable.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.promise.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.proxy.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.reflect.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.symbol.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2015.symbol.wellknown.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.array.include.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.object.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.sharedmemory.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.string.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.typedarrays.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.asyncgenerator.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.asynciterable.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.promise.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2018.regexp.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.array.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.object.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.string.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2019.symbol.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.bigint.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.date.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.number.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.promise.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.sharedmemory.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.string.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2020.symbol.wellknown.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.promise.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.string.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2021.weakref.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.array.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.error.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.object.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.regexp.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.sharedmemory.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2022.string.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.array.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.collection.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.collection.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.decorators.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.disposable.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.full.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.intl.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.iterator.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.object.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.promise.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.regexp.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.string.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.scripthost.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.asynciterable.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.importscripts.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.webworker.iterable.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/react.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/tsserver.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/tsserverlibrary.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typesMap.json -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typescript.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/typingsInstaller.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/watchGuard.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/websql.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/xpath.d.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/bom.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/core.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/dom.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/indexeddb.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/intl.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/node.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/react-dom.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/react.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/serviceworkers.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/streams.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/flow/webassembly.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/js-language-service.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/js-lanuage-api.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/.gitignore -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ide-watcher.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/init.ts -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/logger-impl.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/get-element-type-ts-server.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-commands.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-get-element-type.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/ide-project-service.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/index.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/package.json -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-ide-plugin/protocol.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/bin/vue-language-server.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue/package.json -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/bin/vue-language-server.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/node_modules/tsc-vue1/package.json -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/out-path-process.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/service-loader.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/compile-info-holder.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-common-session-1x_21.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-project-service-1x.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-project-service-21.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-session-1x.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts-session-21.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/session/old/ts15impl.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-default-options.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-plugin.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-session-latest.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/ts-session-provider.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/tsc-plugin-adapter.js -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/tsconfig.json -%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/typescript/util.js -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/.gitignore -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-api.js -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-common.js -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-plugin-provider.js -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint-plugin.js -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/eslint8-plugin.js -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/bin/standard17-plugin.js -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/package-lock.json -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/package.json -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-api.ts -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-common.ts -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-plugin-provider.ts -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint-plugin.ts -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/eslint8-plugin.ts -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/standard17-plugin.ts -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/src/typings/js-lanuage-api.d.ts -%%DATADIR%%/plugins/javascript-plugin/languageService/eslint/tsconfig.json -%%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar -%%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip -%%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip -%%DATADIR%%/plugins/javascript-plugin/projectTemplates/TypeScript/no_samples.zip -%%DATADIR%%/plugins/javascript-plugin/projectTemplates/TypeScript/with_samples.zip -%%DATADIR%%/plugins/javascript-plugin/projectTemplates/learnProject/webstorm-learn.zip -%%DATADIR%%/plugins/javascript-plugin/reporting/core/reporterUtils.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/core/reporterUtils.js -%%DATADIR%%/plugins/javascript-plugin/reporting/core/suiteNode.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/core/suiteNode.js -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseNode.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseNode.js -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseStepNode.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testCaseStepNode.js -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testEventsHandler.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testEventsHandler.js -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testNode.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testNode.js -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testNodeStatus.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/core/testNodeStatus.js -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/constants.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/constants.js -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressReporter.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressReporter.js -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressSuitNode.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressSuitNode.js -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressTestNode.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressTestNode.js -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressUtils.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/cypress/cypressUtils.js -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightReporter.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightReporter.js -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightSuitNode.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightSuitNode.js -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestNode.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestNode.js -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStep.js -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.d.ts -%%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js -%%DATADIR%%/plugins/json/lib/client/json-frontend.jar -%%DATADIR%%/plugins/json/lib/json-split.jar -%%DATADIR%%/plugins/json/lib/json.jar -%%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1030.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1066.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1186.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1203.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1283.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1326.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1408.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1671.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1773.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1778.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1780.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1809.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1926.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1927.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1974.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2175.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2196.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2237.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2287.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2313.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2424.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2459.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2496.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2578.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2580.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2698.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2735.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/281.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2830.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2855.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2866.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/295.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2958.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/2995.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/3085.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/31.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/310.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/3282.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/3420.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/3471.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/3671.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/3746.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/3887.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/3rdpartylicenses.txt -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4014.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/402.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4093.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4126.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4176.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/426.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4334.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4430.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4527.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4780.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4789.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4801.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/4970.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5134.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5228.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5249.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/525.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5365.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5373.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5375.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5403.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5408.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5462.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5530.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5576.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5594.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5740.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5760.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5850.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/5998.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6001.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6054.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6074.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6082.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6104.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6113.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6199.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6247.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6392.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6407.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6531.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6689.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6735.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/674.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6740.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6745.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6852.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6854.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/6932.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/7061.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/7225.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/7347.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/7366.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/7401.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8023.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8097.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8109.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8112.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8132.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8239.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/834.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8366.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8370.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/84.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8409.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8416.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8454.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8457.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8461.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8597.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/873.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8778.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8844.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/8955.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9002.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9103.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/911.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9307.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9377.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9421.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9523.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9653.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9681.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9733.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/9861.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_AMS-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Calligraphic-Bold.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Calligraphic-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Fraktur-Bold.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Fraktur-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Main-Bold.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Main-Italic.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Main-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Math-BoldItalic.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Math-Italic.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_SansSerif-Bold.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_SansSerif-Italic.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_SansSerif-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Script-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Size1-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Size2-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Size3-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Size4-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Typewriter-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Vector-Bold.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Vector-Regular.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/MathJax_Zero.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/add-above.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/add-below.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/add.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/bell.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/bug-dot.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/bug.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/build.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/caret-down-empty-thin.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/caret-down-empty.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/caret-down.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/caret-left.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/caret-right.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/caret-up-empty-thin.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/caret-up.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/case-sensitive.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/check.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/circle-empty.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/circle.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/clear.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/close.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/code-check.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/code.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/collapse-all.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/collapse.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/common.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/console.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/copy.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/copyright.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/cut.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/darcula-new.css -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/darcula-old.css -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/delete.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/download.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/duplicate.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/edit.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/ellipses.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/error.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/expand-all.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/expand.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/extension.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-brands-400.eot -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-brands-400.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-brands-400.ttf -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-brands-400.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-brands-400.woff2 -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-regular-400.eot -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-regular-400.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-regular-400.ttf -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-regular-400.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-regular-400.woff2 -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-solid-900.eot -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-solid-900.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-solid-900.ttf -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-solid-900.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fa-solid-900.woff2 -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fast-forward.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/file-upload.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/file.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/filter-dot.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/filter-list.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/filter.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/folder-favorite.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/folder.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fontawesome-webfont.eot -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fontawesome-webfont.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fontawesome-webfont.ttf -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fontawesome-webfont.woff -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/fontawesome-webfont.woff2 -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/history.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/home.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/html5.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/image.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/index.html -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/info.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/inspector.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/intellij-new.css -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/intellij-old.css -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/json.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/julia.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/jupyter-favicon.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/jupyter.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/jupyterlab-wordmark.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/kernel.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/keyboard.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/launch.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/launcher.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/licenses.json -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/line-form.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/link.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/list.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/lock.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/main.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/markdown.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/mermaid.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/move-down.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/move-up.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/new-folder.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/not-trusted.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/notebook.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/numbering.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/offline-bolt.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/palette.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/paste.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/pdf.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/polyfills.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/python.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/r-kernel.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/react.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/redo.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/refresh.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/regex.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/run.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/running.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/runtime.js -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/save.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/search.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/settings.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/share.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/spreadsheet.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/stop.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/tab.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/table-rows.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/tag.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/terminal.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/text-editor.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/toc.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/tree-view.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/trusted.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/undo.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/user.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/users.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/vega.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/word.svg -%%DATADIR%%/plugins/jupyter-plugin/jupyter-web/yaml.svg -%%DATADIR%%/plugins/jupyter-plugin/lib/jupyter-plugin.jar -%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.core.jar -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/LICENSE.txt -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/README.md -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/fakePlugin.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellij.conf.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijCli.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijCoverageReporter.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijPlugin.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijReporter.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijRunner.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/intellijUtil.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-browser-tracker.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-intellij-debug.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/karma-intellij-parameters.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/intellij-restore-specFilter-after-kjhtml.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/intellij-save-specFilter-before-kjhtml.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/karma-intellij-adapter.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/kjhtml/kjhtml-specFilter-patch.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/ng-template.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/lib/tree.js -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/package.json -%%DATADIR%%/plugins/karma/js_reporter/karma-intellij/static/delay-karma-start-in-debug-mode.js -%%DATADIR%%/plugins/karma/lib/karma.jar -%%DATADIR%%/plugins/less/lib/less.jar -%%DATADIR%%/plugins/localization-ja/lib/localization-ja.jar -%%DATADIR%%/plugins/localization-ko/lib/localization-ko.jar -%%DATADIR%%/plugins/localization-zh/lib/localization-zh.jar -%%DATADIR%%/plugins/markdown/lib/markdown.jar -%%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.compose.preview.jar -%%DATADIR%%/plugins/microservices-ui/lib/microservices-ui.jar -%%DATADIR%%/plugins/ml-inline-completion/lib/ml-inline-completion.jar -%%DATADIR%%/plugins/nextjs/lib/nextjs.jar -%%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/LICENSE -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/README.md -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mocha-intellij-stringifier.js -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijReporter.js -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijTree.js -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaIntellijUtil.js -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/mochaTreeUtil.js -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/lib/single-element-queue.js -%%DATADIR%%/plugins/nodeJS/js/mocha-intellij/package.json -%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/file-nodes.js -%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/stderr-collector.js -%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/lib/test-tree-builder.js -%%DATADIR%%/plugins/nodeJS/js/nodejs-test-runner-intellij/nodejsTestRunnerIntellijReporter.js -%%DATADIR%%/plugins/nodeJS/js/nodeunit/nodeunit-intellij-starter.js -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/!HOW_TO_UPDATE.md -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.bin/esbuild -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.bin/tsx -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/.package-lock.json -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/LICENSE.md -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/README.md -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/bin/esbuild -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/esbuild.wasm -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/browser.js -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/browser.min.js -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/lib/main.js -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/package.json -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/wasm_exec.js -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/esbuild/wasm_exec_node.js -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/LICENSE -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/README.md -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/dist/index.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/dist/index.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/get-tsconfig/package.json -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/LICENSE -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/README.md -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/dist/index.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/dist/index.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/resolve-pkg-maps/package.json -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/LICENSE -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/README.md -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/api/index.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/api/index.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/index.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cjs/index.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cli.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/cli.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/client-BQVF1NaW.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/client-D6NvIMSC.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/api/index.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/api/index.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/index.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/esm/index.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/get-pipe-path-BHW2eJdv.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/get-pipe-path-BoR10qr8.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/index-BQiEz0On.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/index-CoHsQGpm.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/loader.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/loader.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/node-features-_8ZFwP_x.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/node-features-roYmp9jK.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/package-B-S26rrn.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/package-BNmptNwA.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/patch-repl.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/patch-repl.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/preflight.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/preflight.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-B9EPB0EL.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-CFO5XQXL.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-CsuuwcV9.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/register-DfubRCxM.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/repl.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/repl.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/require-hTKgXWXb.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/require-rRRMitBV.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/suppress-warnings.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/suppress-warnings.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/temporary-directory-B83uKxJF.cjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/dist/temporary-directory-CwHp0_NW.mjs -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/node_modules/tsx/package.json -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package-lock.json -%%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package.json -%%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar -%%DATADIR%%/plugins/notebooks-plugin/lib/notebooks-plugin.jar -%%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar -%%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar -%%DATADIR%%/plugins/performanceTesting/lib/performanceTesting.jar -%%DATADIR%%/plugins/platform-ide-provisioner/lib/platform-ide-provisioner.jar -%%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release -%%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release -%%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar -%%DATADIR%%/plugins/platform-images/lib/platform-images.jar -%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar -%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar -%%DATADIR%%/plugins/plugin-classpath.txt -%%DATADIR%%/plugins/postcss/lib/postcss.jar -%%DATADIR%%/plugins/prettierJS/lib/prettierJS.jar -%%DATADIR%%/plugins/prettierJS/prettierLanguageService/convert-prettier-config.js -%%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin-provider.js -%%DATADIR%%/plugins/prettierJS/prettierLanguageService/prettier-plugin.js -%%DATADIR%%/plugins/properties/lib/properties.jar -%%DATADIR%%/plugins/puppet/lib/puppet.jar -%%DATADIR%%/plugins/puppet/lib/stubs/builtin.pp -%%DATADIR%%/plugins/puppet/lib/stubs/builtin_variables.pp -%%DATADIR%%/plugins/puppet/lib/stubs/stub_functions.rb -%%DATADIR%%/plugins/pycharm-pro-customization/lib/pycharm-pro-customization.jar -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/lib/pycharm-pro-sharedIndexes-bundled.jar -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-181015f7ab06-4df51de95216.ijx -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-181015f7ab06-4df51de95216.txt -%%DATADIR%%/plugins/python-ce/helpers/.gitignore -%%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/config/local/local.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/AssistiveMML.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathEvents.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathMenu.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/MathZoom.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSmath.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/AMSsymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/noErrors.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/TeX/noUndefined.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/fast-preview.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/tex2jax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/extensions/toMathML.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/jax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Arrows.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/CombDiactForSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Dingbats.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeneralPunctuation.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GeometricShapes.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/GreekAndCoptic.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/Latin1Supplement.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/LetterlikeSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscSymbolsAndArrows.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/MiscTechnical.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SpacingModLetters.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SuppMathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/element/mml/optable/SupplementalArrowsB.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/input/TeX/config.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/input/TeX/jax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/annotation-xml.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/maction.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/menclose.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mglyph.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/ms.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/mtable.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/autoload/multiline.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/blank.gif -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/config.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/imageFonts.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/jax.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/config.js -%%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/jax.js -%%DATADIR%%/plugins/python-ce/helpers/check_all_test_suite.py -%%DATADIR%%/plugins/python-ce/helpers/conda_packaging_tool.py -%%DATADIR%%/plugins/python-ce/helpers/coverage_runner/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coverage_runner/run_coverage.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/annotate.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/bytecode.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/cmdline.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/collector.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/config.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/context.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/control.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/datastack.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/filedisp.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/module.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/stats.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/tracer.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/ctracer/util.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/data.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/debug.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/disposition.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/env.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/exceptions.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/execfile.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/files.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/fullcoverage/encodings.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/html.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/coverage_html.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/favicon_32.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/index.html -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_closed.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/keybd_open.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/pyfile.html -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.css -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/htmlfiles/style.scss -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/inorout.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/jsonreport.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/lcovreport.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/misc.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/multiproc.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/numbits.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/parser.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/phystokens.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/plugin.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/plugin_support.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/python.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/pytracer.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/report.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/results.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/sqldata.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/summary.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/templite.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/tomlconfig.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/version.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_new/coverage/xmlreport.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/annotate.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/backward.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/bytecode.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/cmdline.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/collector.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/config.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/context.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/control.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/datastack.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/filedisp.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/module.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/stats.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.c -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/tracer.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/ctracer/util.h -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/data.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/debug.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/disposition.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/env.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/execfile.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/files.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/fullcoverage/encodings.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/html.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/coverage_html.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/favicon_32.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/index.html -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.ba-throttle-debounce.min.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.hotkeys.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.isonscreen.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.min.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/jquery.tablesorter.min.js -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_closed.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/keybd_open.png -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/pyfile.html -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.css -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/htmlfiles/style.scss -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/inorout.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/jsonreport.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/misc.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/multiproc.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/numbits.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/parser.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/phystokens.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/plugin.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/plugin_support.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/python.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/pytracer.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/report.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/results.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/sqldata.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/summary.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/templite.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tomlconfig.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/version.py -%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py -%%DATADIR%%/plugins/python-ce/helpers/docstring_formatter.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/apidoc.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/checker.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/cli.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/compat.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docbuilder.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docintrospecter.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docparser.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docstringparser.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/dotgraph.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_colorize.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_css.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/html_help.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/latex.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/plaintext.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/docwriter/xlink.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/gui.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/log.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/doctest.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/epytext.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/javadoc.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/plaintext.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/pyval_repr.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/markup/restructuredtext.py -%%DATADIR%%/plugins/python-ce/helpers/epydoc/util.py -%%DATADIR%%/plugins/python-ce/helpers/exec.txt -%%DATADIR%%/plugins/python-ce/helpers/extra_syspath.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py2.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/_vendor/pyparsing_py3.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/clr_tools.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/constants.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/core.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/docstring_parsing.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/extra.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/module_redeclarator.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/generator3/util_methods.py -%%DATADIR%%/plugins/python-ce/helpers/generator3/version.txt -%%DATADIR%%/plugins/python-ce/helpers/icon-robots.txt -%%DATADIR%%/plugins/python-ce/helpers/packaging_tool.py -%%DATADIR%%/plugins/python-ce/helpers/pip-24.3.1-py2.py3-none-any.whl -%%DATADIR%%/plugins/python-ce/helpers/pockets/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/_version.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/autolog.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/collections.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/datetime.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/decorators.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/inspect.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/iterators.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/logging.py -%%DATADIR%%/plugins/python-ce/helpers/pockets/string.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/_imps/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/_imps/_pydev_pkgutil_old.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/_prof_imports.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/load_pstat.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/prof_io.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/prof_six.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/prof_util.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/profiler.thrift -%%DATADIR%%/plugins/python-ce/helpers/profiler/run_profiler.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/vmprof_profiler.py -%%DATADIR%%/plugins/python-ce/helpers/profiler/yappi_profiler.py -%%DATADIR%%/plugins/python-ce/helpers/py2ipnb_converter.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/_compat.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/core.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/docutils.conf -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/examples.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/frontend.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/io.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/af.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ca.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/cs.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/da.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/de.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/en.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/eo.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/es.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/fi.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/fr.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/gl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/he.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/it.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ja.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/lt.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/nl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/pl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/pt_br.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/ru.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/sk.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/sv.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/zh_cn.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/languages/zh_tw.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/nodes.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/null.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/admonitions.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/body.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/html.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/images.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/misc.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/parts.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/references.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/directives/tables.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/README.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsa.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsb.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsc.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsn.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamso.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isoamsr.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isobox.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr1.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isocyr2.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isodia.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk1.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk2.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk3.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isogrk4.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat1.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isolat2.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomfrk.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomopf.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isomscr.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isonum.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isopub.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/isotech.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlalias.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/mmlextra.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/s5defs.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-lat1.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-special.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/include/xhtml1-symbol.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/af.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ca.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/cs.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/da.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/de.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/en.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/eo.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/es.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fi.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/fr.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/gl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/he.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/it.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ja.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/lt.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/nl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pl.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/pt_br.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/ru.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sk.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/sv.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_cn.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/languages/zh_tw.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/roles.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/states.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/parsers/rst/tableparser.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/doctree.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/pep.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/readers/standalone.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/statemachine.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/components.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/frontmatter.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/misc.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/parts.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/peps.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/references.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/universal.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/transforms/writer_aux.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/code_analyzer.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/error_reporting.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/latex2mathml.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/math2html.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/tex2unichar.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/math/unichar2tex.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/punctuation_chars.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/roman.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/smartquotes.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/utils/urischemes.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/docutils_xml.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/html4css1.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/math.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/html4css1/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/default.tex -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/docutils-05-compat.sty -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/titlepage.tex -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/latex2e/xelatex.tex -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/manpage.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/null.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/pygmentsformatter.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/odf_odt/styles.odt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/pep.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pep_html/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/pseudoxml.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/README.txt -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/big-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/blank.gif -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/iepngfix.htc -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/opera.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/outline.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/print.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/s5-core.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/default/slides.js -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/medium-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/s5_html/themes/small-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py2only/docutils/writers/xetex/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/_compat.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/core.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/examples.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/frontend.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/io.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/af.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ar.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ca.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/cs.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/da.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/de.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/en.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/eo.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/es.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fa.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fi.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/fr.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/gl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/he.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/it.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ja.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ka.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ko.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/lt.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/lv.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/nl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/pl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/pt_br.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/ru.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/sk.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/sv.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/uk.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/zh_cn.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/languages/zh_tw.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/nodes.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/commonmark_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/null.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/recommonmark_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/admonitions.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/body.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/html.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/images.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/misc.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/parts.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/references.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/directives/tables.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/README.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsa.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsb.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsc.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsn.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamso.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isoamsr.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isobox.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr1.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isocyr2.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isodia.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk1.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk2.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk3.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isogrk4.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat1.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isolat2.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomfrk.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomopf.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isomscr.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isonum.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isopub.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/isotech.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlalias.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra-wide.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/mmlextra.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/s5defs.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-lat1.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-special.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/include/xhtml1-symbol.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/af.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ar.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ca.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/cs.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/da.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/de.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/en.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/eo.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/es.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fa.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fi.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/fr.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/gl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/he.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/it.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ja.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ka.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ko.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/lt.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/lv.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/nl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pl.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/pt_br.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/ru.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sk.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/sv.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/uk.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_cn.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/languages/zh_tw.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/roles.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/states.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/parsers/rst/tableparser.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/doctree.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/pep.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/readers/standalone.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/statemachine.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/components.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/frontmatter.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/misc.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/parts.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/peps.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/references.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/universal.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/transforms/writer_aux.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/code_analyzer.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/error_reporting.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/latex2mathml.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/mathalphabet2unichar.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/mathml_elements.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2mathml_extern.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/tex2unichar.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/math/unichar2tex.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/punctuation_chars.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/roman.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/utils/urischemes.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/_html_base.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/docutils_xml.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/html4css1.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/math.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html4css1/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/italic-field-names.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/math.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/minimal.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/plain.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/responsive.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/html5_polyglot/tuftig.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/default.tex -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/docutils.sty -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/titlepage.tex -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/titlingpage.tex -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/latex2e/xelatex.tex -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/manpage.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/null.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/prepstyles.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/pygmentsformatter.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/styles.odt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/pep.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pep_html/template.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/pseudoxml.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/README.txt -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/big-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/blank.gif -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/iepngfix.htc -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/opera.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/outline.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/print.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/s5-core.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/default/slides.js -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/medium-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/__base__ -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-black/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/framing.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/s5_html/themes/small-white/pretty.css -%%DATADIR%%/plugins/python-ce/helpers/py3only/docutils/writers/xetex/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/.gitignore -%%DATADIR%%/plugins/python-ce/helpers/pycharm/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/README.txt -%%DATADIR%%/plugins/python-ce/helpers/pycharm/__jb.for_twisted/twisted/plugins/teamcity_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_bdd_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_create_folder.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_django_behave.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_django_project_creator.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_find_best_place.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_manage_tasks_provider.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_nosetest_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_parallel_tree_manager.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_pytest_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_runner_tools.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_serial_tree_manager.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner_3.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_tox_runner_4.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_trialtest_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_unittest_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/_jb_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/appcfg_fetcher.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/attestrunner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/behave_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_argparse.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_optparse.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_parser/parser.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/_xml.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_commands_provider/readme.txt -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_manage_shell.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_test_manage.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/django_test_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/docrunner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/fix_getpass.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/_2.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/_3.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/case.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/config.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/failure.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/loader.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/raise_compat.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/selector.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/suite.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_helper/util.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/nose_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_commands/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_commands/pycharm_test.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_load_entry_point.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_run_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pycharm_setup_runner.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/pytest_teamcity.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/runpy_compat.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/tcmessages.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/tcunittest.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/README.txt -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/common.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/context_managers.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/diff_tools.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/django.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_v2_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/flake8_v3_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/jb_behave_formatter.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/jb_local_exc_store.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/messages.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/nose_report.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pylint_reporter.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pytest_plugin.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/unittestpy.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/display_.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/display_log.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_display/datalore/display/supported_data_type.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/backend_interagg.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_matplotlib_backend/sitecustomize.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_package_installer.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_plotly_backend/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pycharm_plotly_backend/sitecustomize.py -%%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.10.0.py -%%DATADIR%%/plugins/python-ce/helpers/pycodestyle-2.8.0.py -%%DATADIR%%/plugins/python-ce/helpers/pycodestyle.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/LICENSE -%%DATADIR%%/plugins/python-ce/helpers/pydev/MANIFEST.in -%%DATADIR%%/plugins/python-ce/helpers/pydev/README.rst -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_calltip_util.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_completer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_filesystem_encoding.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_getopt.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_imports_tipper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_jy_imports_tipper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_log.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/_pydev_tipper_common.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/fix_getpass.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_code_executor.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_commands.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_types.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_console_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_import_hook.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_imports.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_completer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_ipython_rich_output.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_is_thread_alive.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_localhost.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_log.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_monkey_qt.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_override.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_stdin.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_umd.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_bundle/pydev_versioncheck.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_io.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_rpc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_server.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_comm/pydev_transport.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_BaseHTTPServer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SimpleXMLRPCServer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_SocketServer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_execfile.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_pkgutil_old.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_saved_modules.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_sys_patch.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_imps/_pydev_xmlrpclib.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_coverage.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_nose.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_parallel_client.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_pytest2.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_unittest.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydev_runfiles/pydev_runfiles_xml_rpc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevconsole_code_for_ironpython.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_additional_thread_info_regular.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_asyncio_provider.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpointhook.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_breakpoints.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_bytecode_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_collect_try_except_info.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_comm_constants.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_command_line_handling.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_output.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_console_pytest.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_constants.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_custom_frames.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_64.cp310-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_32.cp311-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_311_64.cp311-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_32.cp312-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_312_64.cp312-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_32.cp36-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_36_64.cp36-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_32.cp37-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_37_64.cp37-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_32.cp38-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_38_64.cp38-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_32.cp39-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_39_64.cp39-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_dont_trace_files.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_exec2.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_api.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_extension_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_type_handler.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_frame_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_process_net_command.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_referrers.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_reload.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_repr_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_resolver.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_save_locals.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_signature.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_stackless.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_tables.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_thrift.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_api.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_trace_dispatch_regular.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_traceproperty.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_user_type_renderers_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vars.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_vm_type.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_xml.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_27.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_311.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_36_310.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_dataset.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_numpy_based.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_pandas.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/pydevd_polars.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/internal_pycore.h -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_eval_main.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.c -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.pxd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_36_38.pyx -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pxd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pyx -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_64.cp36-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_32.cp37-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_37_64.cp37-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_32.cp38-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_38_64.cp38-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_32.cp39-win32.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_39_64.cp39-win_amd64.pyd -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_tracing.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_modify_bytecode.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/release_mem.h -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_osx.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_binaries_windows.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/build_common.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_code.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generate_import_error.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/generation_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/generate_debugger_import_errors/start_generation.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/msvccompiler_wrapper.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/names_to_rename.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/pydevd_release_process.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/build_tools/rename_pep8.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/interpreterInfo.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/merge_pydev_pycharm.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/pycharm-console.rst -%%DATADIR%%/plugins/python-ce/helpers/pydev/pycharm-readme.rst -%%DATADIR%%/plugins/python-ce/helpers/pydev/pycompletionserver.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_app_engine_debug_startup.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/console.thrift -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_console/pydev_protocol.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_coverage.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/README -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhook.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookglut.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookgtk3.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookpyglet.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt4.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt5.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookqt6.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhooktk.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/inputhookwx.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/matplotlibtools.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt_for_kernel.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/qt_loaders.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_ipython/version.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_pysrc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_sitecustomize/__not_in_default_pythonpath.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydev_sitecustomize/sitecustomize.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevconsole.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_concurrency_logger.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_concurrency_analyser/pydevd_thread_wrappers.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_file_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/django_debug.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/README.md -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/README.md -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_helpers.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_plugins/jinja2_debug.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_pycharm.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pydevd_tracing.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/pytest.ini -%%DATADIR%%/plugins/python-ce/helpers/pydev/runfiles.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/setup_cython.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/_django_manager_body.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/_get_tips.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/stubs/pycompletion.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/hooks.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/isort.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/main.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/natural.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pie_slice.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/pylama_isort.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/isort_container/isort/settings.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/autopep8.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/.gitignore -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/Grammar.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/PatternGrammar.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_matcher.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/btm_utils.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_base.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixer_util.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_apply.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_basestring.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_buffer.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_callable.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_dict.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_except.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exec.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_execfile.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_exitfunc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_filter.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_funcattrs.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_future.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_getcwdu.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_has_key.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_idioms.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_import.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_imports2.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_input.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_intern.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_isinstance.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_itertools_imports.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_long.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_map.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_metaclass.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_methodattrs.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ne.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_next.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_nonzero.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_numliterals.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_operator.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_paren.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_print.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raise.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_raw_input.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_reduce.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_renames.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_repr.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_set_literal.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_standarderror.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_sys_exc.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_throw.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_tuple_params.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_types.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_unicode.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_urllib.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_ws_comma.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xrange.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_xreadlines.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/fix_zip.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/main.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/patcomp.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/conv.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/driver.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/grammar.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/literals.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/parse.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/pgen.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/token.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pgen2/tokenize.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pygram.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/pytree.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/lib2to3/lib2to3/refactor.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/pep8/pycodestyle.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_ctypes.dll -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/_endian.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/ctypes-README.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/.cvsignore -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dyld.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/dylib.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/macholib/framework.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/util.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/ctypes/wintypes.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/third_party/wrapped_for_pydev/not_in_default_pythonpath.txt -%%DATADIR%%/plugins/python-ce/helpers/pydev/tox.ini -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/AUTHORS.txt -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/LICENSE.txt -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/README.md -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/StringIO.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/mark/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/_pytest/mark/structures.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/alembic.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/behave.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/cStringIO.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/copy.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/nose/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/nose/tools/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/core/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/numpy/core/multiarray.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/error.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/py/path/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/pytest/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/python-skeletons/struct.py -%%DATADIR%%/plugins/python-ce/helpers/remote_sync.py -%%DATADIR%%/plugins/python-ce/helpers/rest_runners/rst2smth.py -%%DATADIR%%/plugins/python-ce/helpers/rest_runners/sphinx_runner.py -%%DATADIR%%/plugins/python-ce/helpers/setuptools-44.1.1-py2.py3-none-any.whl -%%DATADIR%%/plugins/python-ce/helpers/six.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_upstream.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_version.py -%%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/docstring.py -%%DATADIR%%/plugins/python-ce/helpers/syspath.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/README.md -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/cpp.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ctokens.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/lex.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/yacc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/ygen.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/_compat.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/client.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/processor.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/base.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/binary.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/protocol/compact.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/rpc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/server.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/socket.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/base.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/buffered.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/aio/transport/framed.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracker.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/contrib/tracking/tracking.thrift -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/hook.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/http.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/exc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/lexer.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/parser/parser.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/apache_json.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/base.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/binary.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/compact.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/cybin.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/cybin/endian_port.h -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/exc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/json.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/protocol/multiplex.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/rpc.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/server.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/thrift.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/tornado.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/_ssl.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/base.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/buffered/cybuffered.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pxd -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/cybase.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/framed/cyframed.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/memory/cymemory.pyx -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/socket.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/transport/sslsocket.py -%%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_thriftpy/utils.py -%%DATADIR%%/plugins/python-ce/helpers/tools/class_method_versions.xml -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/False -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/None -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/True -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/__debug__ -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/and -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/as -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/assert -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/break -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/class -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/continue -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/def -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/del -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/elif -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/else -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/except -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/exec -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/finally -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/for -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/from -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/global -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/if -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/import -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/in -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/is -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/lambda -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/nonlocal -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/not -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/or -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/pass -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/raise -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/return -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/try -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/type -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/while -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/with -%%DATADIR%%/plugins/python-ce/helpers/tools/python_keywords/yield -%%DATADIR%%/plugins/python-ce/helpers/tools/stdlib_packages.txt -%%DATADIR%%/plugins/python-ce/helpers/tools/versions.xml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.editorconfig -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.flake8 -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitattributes -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/renovate.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/meta_tests.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer_comment.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubsabot.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_stdlib.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/stubtest_third_party.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/tests.yml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitignore -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.pre-commit-config.yaml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/extensions.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.vscode/settings.default.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/CONTRIBUTING.md -%%DATADIR%%/plugins/python-ce/helpers/typeshed/LICENSE -%%DATADIR%%/plugins/python-ce/helpers/typeshed/MAINTAINERS.md -%%DATADIR%%/plugins/python-ce/helpers/typeshed/README.md -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.scripts_and_tests.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.stricter.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json -%%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_s2clientprotocol_protobuf_stubs.sh -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/Cookie.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/HTMLParser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/Queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/SimpleHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/SocketServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/StringIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserDict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserList.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/UserString.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__builtin__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__future__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_bisect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_csv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_curses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_dummy_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_functools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_heapq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_hotshot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_markupbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_md5.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_osx_support.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_random.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha256.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sha512.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_sre.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_symtable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_threading_local.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_tkinter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/wsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_typeshed/xml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakref.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_weakrefset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/_winreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/aifc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/argparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/array.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/asynchat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/asyncore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/atexit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/audioop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/base64.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/binascii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/binhex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bisect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/bz2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cPickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cProfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cStringIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/calendar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cgitb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/chunk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/codeop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/colorsys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/compileall.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/contextlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/cookielib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copy_reg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/copyreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/csv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ctypes/wintypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/ascii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/panel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/curses/textpad.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/datetime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/dumb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/gnu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dbm/ndbm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/decimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/difflib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dircache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/bcppcompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/ccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/bdist_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/cygwinccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/debug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dir_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/emxccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/fancy_getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/file_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/msvccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/text_file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/unixccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/distutils/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/doctest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/dummy_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/MIMEText.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/_parseaddr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/base64mime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/charset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/encoders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/feedparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/generator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/header.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/iterators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/audio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/nonmultipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/mime/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/quoprimime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/email/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/encodings/utf_8.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ensurepip/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/errno.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fcntl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/filecmp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fileinput.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fnmatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/fractions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ftplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/functools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/future_builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/genericpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/getpass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gettext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/glob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/grp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/gzip.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/hashlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/heapq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/hmac.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/htmlentitydefs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/httplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imaplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imghdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/imp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/importlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/inspect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/itertools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/keyword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/driver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/grammar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/literals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/pgen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pgen2/tokenize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pygram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/lib2to3/pytree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/linecache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/logging/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/macpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/macurl2path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailbox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mailcap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/markupbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/marshal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/math.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/md5.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mimetypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/modulefinder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/sequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msilib/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/msvcrt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/dummy/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/pool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/multiprocessing/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/mutex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/netrc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nntplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ntpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/nturl2path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/opcode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/operator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/os2emxpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ossaudiodev.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pickletools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pipes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pkgutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/platform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/plistlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/popen2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/poplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/posixpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pprint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/profile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pstats.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/py_compile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyclbr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pydoc_data/topics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/pyexpat/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/quopri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/random.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/re.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/readline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/repr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/rfc822.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/rlcompleter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/runpy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sched.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/select.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sha.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shelve.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shlex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/shutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/signal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/site.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtpd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/smtplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sndhdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/spwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sqlite3/dbapi2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_compile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sre_parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ssl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/string.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/stringprep.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/strop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sunau.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/symbol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/symtable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/syslog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tabnanny.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tarfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/telnetlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tempfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/termios.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/textwrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/this.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/time.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/timeit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/toaiff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tokenize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/trace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/traceback.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/tty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/turtle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/typing_extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/unicodedata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/unittest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urllib2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/urlparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/user.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/uu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/uuid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wave.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/weakref.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/webbrowser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/whichdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/winsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/simple_server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/wsgiref/validate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xdrlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/NodeFilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/domreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/expatbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minicompat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/minidom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/pulldom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/dom/xmlbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementInclude.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementPath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/ElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/etree/cElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/parsers/expat/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/saxutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xml/sax/xmlreader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/xmlrpclib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zipimport.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/zlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/common.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py311.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py312.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py38.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py39.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py311.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py312.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py38.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py39.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py311.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py312.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py38.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py39.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py310.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py311.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py312.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py38.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py39.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_coroutines.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_gather.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task_factory.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict-py39.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_exception_group-py311.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_iteration.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_list.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_memoryview.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_object.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_pow.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_reversed.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_round.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_sum.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_tuple.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_zip.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_codecs.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_concurrent_futures.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_contextlib.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_copy.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_dataclasses.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_enum.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_functools.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib_metadata.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_io.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_logging.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_multiprocessing.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_pathlib.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_re.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_sqlite3.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tarfile.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tempfile.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_threading.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tkinter.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_types.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_unittest.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_xml.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/collections/check_defaultdict-py39.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_message.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/itertools/check_itertools_recipes.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_MutableMapping.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_all.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_regression_issue_9296.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_typing_io.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/VERSIONS -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__future__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bisect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bootlocale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_collections_abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpchannels.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpqueues.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpreters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_lsprof.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_osx_support.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_posixsubprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_py_abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_pydecimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_random.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_sitebuiltins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_stat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_threading_local.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tkinter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tracemalloc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/README.md -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/dbapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/importlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/wsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/xml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakref.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakrefset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_winapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/aifc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/antigravity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/argparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/array.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asynchat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_futures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/base_tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/coroutines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/format_helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/futures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/locks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/mixins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/proactor_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/protocols.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/queues.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/runners.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/selector_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/sslproto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/staggered.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/streams.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/taskgroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/threads.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/timeouts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/transports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/trsock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/unix_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/windows_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/atexit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/audioop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/base64.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/binascii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/binhex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bisect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/bz2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cProfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/calendar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cgitb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/chunk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cmath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/codeop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/collections/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/collections/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/colorsys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compileall.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/configparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextvars.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/copy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/copyreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/csv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/_endian.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/ascii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/has_key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/panel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/textpad.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dataclasses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/datetime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/dumb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/gnu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/ndbm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dbm/sqlite3.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/decimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/difflib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/bcppcompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/ccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_dumb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_msi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_packager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/bdist_wininst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/build_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/clean.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/cygwinccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/debug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dir_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/fancy_getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/file_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/msvccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/text_file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/unixccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/doctest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dummy_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_header_value_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_policybase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/base64mime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/charset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/contentmanager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/encoders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/feedparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/generator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/header.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/headerregistry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/iterators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/audio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/nonmultipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/mime/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/policy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/quoprimime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8_sig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ensurepip/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/enum.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/errno.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/faulthandler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fcntl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/filecmp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fileinput.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fnmatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/fractions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ftplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/functools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/genericpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/getopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/getpass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gettext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/glob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/graphlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/grp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/gzip.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/hashlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/heapq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/hmac.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/entities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/html/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/cookiejar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/cookies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/http/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imaplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imghdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/_meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/diagnose.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/readers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/readers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/simple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/simple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/inspect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ipaddress.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/itertools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/btm_matcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixer_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_asserts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_basestring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_buffer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_dict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_except.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_execfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_exitfunc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_filter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_funcattrs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_future.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_getcwdu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_has_key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_idioms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_import.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_imports2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_input.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_intern.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_isinstance.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_itertools_imports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_long.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_map.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_metaclass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_methodattrs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ne.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_next.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_nonzero.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_numliterals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_operator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_paren.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_print.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raise.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_raw_input.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reduce.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_reload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_renames.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_repr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_set_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_standarderror.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_sys_exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_throw.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_tuple_params.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_unicode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_urllib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_ws_comma.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xrange.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_xreadlines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/fixes/fix_zip.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/driver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/grammar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/literals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/pgen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pgen2/tokenize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pygram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/pytree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/refactor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/linecache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/logging/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lzma.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mailbox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mailcap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/marshal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/math.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mimetypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/mmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/modulefinder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/sequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msilib/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/msvcrt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/dummy/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/forkserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/heap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/managers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/pool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_fork.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_forkserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/popen_spawn_win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/queues.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/reduction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_sharer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/resource_tracker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/shared_memory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/sharedctypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/synchronize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/multiprocessing/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/netrc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nntplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ntpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/nturl2path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/opcode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/operator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ossaudiodev.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickletools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pipes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pkgutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/platform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/plistlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/poplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/posixpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pprint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/profile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pstats.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/py_compile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyclbr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pydoc_data/topics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pyexpat/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/quopri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/random.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/re.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/readline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/reprlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/rlcompleter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/runpy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sched.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/secrets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/select.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/selectors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shelve.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shlex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/shutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/signal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/site.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/smtpd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/smtplib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sndhdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/socketserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/spwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dbapi2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_compile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ssl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/stat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/statistics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/string.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/stringprep.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sunau.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symbol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/symtable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sys/_monitoring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/syslog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tabnanny.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tarfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/telnetlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tempfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/termios.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/textwrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/this.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/time.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/timeit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/colorchooser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/commondialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/dnd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/filedialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/font.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/messagebox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/scrolledtext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/simpledialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/tix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tkinter/ttk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tokenize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tomllib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/trace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/traceback.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tracemalloc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/tty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/turtle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/typing_extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unicodedata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/_log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/async_case.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/case.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/loader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/mock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/runner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/signals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/suite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/unittest/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/urllib/robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/uu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/uuid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/venv/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wave.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/weakref.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/webbrowser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/winreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/winsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/simple_server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/wsgiref/validate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xdrlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/NodeFilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/domreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/expatbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minicompat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/minidom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/pulldom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/dom/xmlbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementInclude.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementPath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/ElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/etree/cElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/_exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/saxutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/xmlreader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipapp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/sphinx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/classes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/exif_log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/heic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/jpeg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/exif.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/apple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/canon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/casio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/fujifilm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/nikon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/tags/makernote/olympus.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ExifRead/exifread/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/decorator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Cors/flask_cors/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-Migrate/flask_migrate/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SQLAlchemy/flask_sqlalchemy/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/test_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__meta__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockprocessors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/abbr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/admonition.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/attr_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/codehilite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/def_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/extra.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/fenced_code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/footnotes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_attrs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/legacy_em.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/md_in_html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/nl2br.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/sane_lists.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/smarty.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/toc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/postprocessors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/preprocessors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/serializers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/test_cases/check_tk_compat.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ContainerIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GdImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageChops.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageCms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageColor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFont.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageGrab.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMorph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageOps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePalette.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageQt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageSequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageShow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageStat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTransform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageWin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegPresets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PSDraw.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PaletteFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfParser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/QoiImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TarIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffTags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WalImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/charset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/connections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/COMMAND.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CR.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/ER.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FIELD_TYPE.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/FLAG.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/SERVER_STATUS.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/converters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/cursors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/pyscreeze/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/_yaml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/composer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/constructor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/cyaml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/dumper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/emitter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/loader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/nodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/reader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/representer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/resolver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/scanner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyYAML/yaml/tokens.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/cmdline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/console.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/filters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/bbcode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/img.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/irc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/latex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/other.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/pangomarkup.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/rtf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/svg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/formatters/terminal256.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/javascript.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/jsx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/kusto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/ldap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/lean.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/lisp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/prql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/vip.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/lexers/vyper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/modeline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/regexopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/scanner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/sphinxext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/style.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/styles/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/unistring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pygments/pygments/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/RPi/GPIO/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/RPi.GPIO/RPi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cimmutabledict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/mxodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/connectors/pyodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/cresultproxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/databases/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/fdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/firebird/kinterbasdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/information_schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/mxodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pymssql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mssql/pyodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/aiomysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/asyncmy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/cymysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/dml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/enumerated.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mariadbconnector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqlconnector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/mysqldb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/oursql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pymysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/pyodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reflection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/reserved_words.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/mysql/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/oracle/cx_oracle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/array.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/asyncpg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/dml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/hstore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pg8000.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/psycopg2cffi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pygresql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/pypostgresql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/postgresql/ranges.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/aiosqlite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/dml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlcipher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sqlite/pysqlite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/mxodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pyodbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/dialects/sybase/pysybase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/characteristics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/create.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/cursor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/default.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/interfaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/mock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/reflection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/row.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/strategies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/url.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/engine/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/attr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/event/registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/associationproxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/engine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/scoping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/asyncio/session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/automap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/baked.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/compiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/declarative/extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/horizontal_shard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/hybrid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/indexable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/instrumentation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mutable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/decl_class.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/infer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/names.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/mypy/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/orderinglist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/ext/serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/future/engine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/inspection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/attributes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/clsregistry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/decl_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dependency.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/descriptor_props.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/dynamic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/evaluator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/identity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/instrumentation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/interfaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/loading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/mapper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/path_registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/persistence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/relationships.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/scoping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/state.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/strategy_options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/sync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/unitofwork.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/orm/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/dbapi_proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/pool/impl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/processors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/annotation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/coercions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/compiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/crud.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/ddl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/default_comparator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/dml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/elements.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/functions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/lambdas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/naming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/operators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/roles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/selectable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/sqltypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/traversals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/type_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/sql/visitors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/assertsql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/asyncio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/engines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/entities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/exclusions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/fixtures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/pickleable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/bootstrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/plugin_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/pytestplugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/plugin/reinvent_fixtures_py2k.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/profiling.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/provision.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/requirements.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/testing/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_collections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_compat_py3k.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_concurrency_py3k.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/_preloaded.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/concurrency.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/deprecations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/langhelpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/SQLAlchemy/sqlalchemy/util/topological.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_choices.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_filters.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_validators.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_widgets.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/csrf/session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/choices.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/datetime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/form.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/numeric.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/fields/simple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/form.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/i18n.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/test_cases/check_wsgify.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/acceptparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/byterange.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cachecontrol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cookies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/datetime_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/dec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/descriptors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/etag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/multidict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/static.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/os.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/ospath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/tempfile/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/tempfile/temptypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aiofiles/aiofiles/threadpool/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/BufferedTokenStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/CommonTokenFactory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/CommonTokenStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/FileStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/InputStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/IntervalSet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/LL1Analyzer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Lexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ListTokenSource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ParserInterpreter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/ParserRuleContext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/PredictionContext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Recognizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/RuleContext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/StdinStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/TokenStreamRewriter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/Utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/_pygrun.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATN.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNConfigSet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializationOptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNDeserializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNSimulator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNState.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ATNType.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerATNSimulator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerAction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/LexerActionExecutor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/ParserATNSimulator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/PredictionMode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/SemanticContext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/Transition.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/atn/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFA.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFASerializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/DFAState.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/dfa/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/DiagnosticErrorListener.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/ErrorListener.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/ErrorStrategy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/Errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/error/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Chunk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreeMatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePattern.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/ParseTreePatternMatcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/RuleTagToken.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/TokenTagToken.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Tree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/Trees.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/tree/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/XPath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/XPathLexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/antlr4-python3-runtime/antlr4/xpath/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/assertpy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/contains.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/date.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/dict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/dynamic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/extracting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/numeric.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/snapshot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/string.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/async_recorder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/daemon_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/emitters/udp_emitter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/exceptions/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/lambda_launcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/default_dynamic_naming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/dummy_entities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/entity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/facade_segment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/http.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/noop_traceid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/segment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/subsegment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/throwable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/trace_header.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/models/traceid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/patcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ec2_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/ecs_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/elasticbeanstalk_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/plugins/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/recorder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/connector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/reservoir.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/local/sampling_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/reservoir.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_cache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/rule_poller.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/sampling_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/sampling/target_poller.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/streaming/default_streaming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/atomic_counter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/element.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/callbacks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/css_sanitizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/html5lib_shim.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/linkifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/parse_shim.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/sanitizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/cacheutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/debugutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/deprutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/dictutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/easterutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ecoutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/excutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/fileutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/formatutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/funcutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/gcutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/ioutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/iterutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/jsonutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/listutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mathutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/mboxutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/namedutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/pathutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/queueutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/setutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/socketutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/statsutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/strutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tableutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/tbutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/timeutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/typeutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/urlutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth_handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/ec2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/elb/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/layer1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/regioninfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/acl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlogging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/cors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/deletemarker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/keyfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/lifecycle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multidelete.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/prefix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/tagging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/user.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/website.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/account_updater_daily_report.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ach_mandate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/add_on_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/address_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/amex_express_checkout_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/android_pay_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/apple_pay_options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/attribute_getter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/bin_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/braintree_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/configuration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_paypal_status_changed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/connected_merchant_status_transitioned.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credentials_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/credit_card_verification_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/descriptor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement_detail.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/discount_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/evidence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/paypal_message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_details/status_history.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/dispute_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/document_upload_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/enriched_customer_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/environment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_codes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/error_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/europe_bank_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authentication_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/authorization_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/braintree_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/configuration_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/gateway_timeout_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/connection_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/invalid_response_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/http/timeout_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_challenge_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/invalid_signature_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/not_found_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/request_timeout_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/server_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/service_unavailable_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/test_operation_performed_in_production_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/too_many_requests_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/unexpected_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exceptions/upgrade_required_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_input.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_payload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/exchange_rate_quote_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitated_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitator_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/iban_bank_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ids_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/liability_shift.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_completed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_expired.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_funded.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/local_payment_reversed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/masterpass_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/modification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/montary_amount.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/package_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/partner_merchant.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_customer_data_updated_metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_nonce_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_here.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/processor_response_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/resource_collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/revoked_payment_method_metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/risk_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/samsung_pay_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/sepa_direct_debit_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/sepa_direct_debit_account_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/signature_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/status_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_status_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/successful_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/authentication_ids.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/credit_card_defaults.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/credit_card_numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/merchant_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/nonces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/test/venmo_sdk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/testing_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/three_d_secure_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_amounts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_review.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_verification_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/crypto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/generator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/graphql_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/http.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/xml_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/validation_error_collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/venmo_account.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/venmo_profile_data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/visa_checkout_card.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_notification_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/webhook_testing_gateway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/func.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/keys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/davclient.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/cdav.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/dav.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/ical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/requests.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/capturer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/_cffi_backend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/backend_ctypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cffi_opcode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/commontypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/cparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/ffiplatform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/model.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/pkgconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/recompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/setuptools_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/renderer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/click_default_group.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/ansitowin32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/initialise.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/winterm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/blocks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/cmark.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/dump.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/entitytrans.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/inlines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/console_menu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_borders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_margins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_padding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/format/menu_style.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/command_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/external_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/function_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/selection_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/items/submenu_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_component.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/menu_formatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/multiselect_menu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/prompt_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/screen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/selection_menu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/regex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/validators/url.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/croniter/croniter/croniter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/hijri_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/calendars/jalali_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/conf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/fasttext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/langdetect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/custom_language_detection/language_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/data/languages_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/date_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/freshness_date_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/dictionary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/loader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/languages/validation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/detection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/search/text_detection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezone_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/timezones.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser/utils/strptime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dateparser/dateparser_data/settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/decorator/decorator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/ElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/cElementTree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/expatbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/expatreader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/minidom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/pulldom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/sax.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/xmlrpc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/container.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/daemon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/exec_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/network.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/secret.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/swarm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/api/volume.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/context/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/store.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/credentials/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/configs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/containers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/images.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/networks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/nodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/plugins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/secrets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/services.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/swarm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/models/volumes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/tls.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/basehttpadapter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/npipeconn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/npipesocket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/sshconn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/transport/unixconn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/containers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/daemon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/healthcheck.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/networks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/services.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/types/swarm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/fnmatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/json_stream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/ports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/utils/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/examples.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/frontend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/nodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/null.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/admonitions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/body.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/images.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/misc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/parts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/references.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/tableparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/doctree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/pep.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/standalone.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/statemachine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/roman.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/docutils_xml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html4css1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html5_polyglot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/latex2e.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/manpage.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/null.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pep_html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/entrypoints/entrypoints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/checksum.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/compiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/inclusion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/injector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/publisher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/wsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/first.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/flake8_2020.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/bugbear.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-builtins/flake8_builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-docstrings/flake8_docstrings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/_compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/api/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/api/legacy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/checker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/defaults.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/discover_files.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/_windows_color.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/formatting/default.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/debug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/main/options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/aggregator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/manager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/options/parse_args.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/finder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/pycodestyle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/pyflakes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/plugins/reporter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/processor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/statistics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/style_guide.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/flake8/violation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/_fonttools_shims.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/actions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/annotations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/bidi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/deprecation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/encryption.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/fpdf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/graphics_state.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_datastructures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/image_parsing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/line_break.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/linearization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/output.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/prefs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/sign.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/structure_tree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/svg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/syntax.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/text_region.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameDecorator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameIterator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/printing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/prompt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/unwinder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/xmethod.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_abstract_linkable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/loop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ffi/watcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_fileobjectcommon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_greenlet_primitives.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_hub_local.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_hub_primitives.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_ident.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_imap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_monitor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_threading.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/_waiter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/ares.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/backdoor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/baseserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/fileobject.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/greenlet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/hub.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/corecext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/corecffi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libev/watcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/loop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/watcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/local.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/os.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pywsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/ares.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/blocking.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/cares.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/dnspython.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver/thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver_ares.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/resolver_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/select.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/selectors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/signal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/ssl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/subprocess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/threadpool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/time.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/timeout.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/win32util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/test_cases/check_greenlet.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/_greenlet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_inputstream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_tokenizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_trie/py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/alphabeticalattributes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/inject_meta_charset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/lint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/optionaltags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/sanitizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/filters/whitespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/html5parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/genshi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treeadapters/sax.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/dom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treebuilders/etree_lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/dom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/etree_lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/treewalkers/genshi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/certs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/case.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/adapters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/approle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/aws.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/azure.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/cert.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/gcp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/github.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/jwt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/kubernetes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/ldap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/legacy_mfa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/oidc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/okta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/radius.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/auth_methods/userpass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/active_directory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/aws.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/azure.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/consul.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/database.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/gcp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/identity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv_v1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/kv_v2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/ldap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/pki.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/rabbitmq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/ssh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/transform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/secrets_engines/transit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/audit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/capabilities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/health.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/init.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/leader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/lease.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/mount.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/policies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/policy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/quota.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/raft.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/seal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/system_backend_mixin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/system_backend/wrapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/vault_api_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/api/vault_api_category.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/aws_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/approle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/aws.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/azure.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/gcp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/identity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/constants/transit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/v1/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ibm-db/ibm_db.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/@tests/test_cases/check_cal.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/cal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/caselessdict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser_tools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/prop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone_cache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/tools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/windows_to_olson.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/api_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_pages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/labels_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/users_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/point.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/configuration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/block.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/checks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dialect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/field.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/health_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/identifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/language_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/log_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/model_property.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organizations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/property_key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ready.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replications.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/runs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_language.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/sources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/users.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/extras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/_base_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/backup_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/cells_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/checks_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/config_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/delete_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/health_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/labels_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ping_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/query_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ready_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/replications_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/resources_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/restore_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/routes_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/rules_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/setup_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signin_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signout_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/sources_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/templates_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/users_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/variables_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/views_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/write_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/inifile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/ast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/functions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_keywords.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_legacy_keywords.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_types.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_canonical_names.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_generic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attrDef.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/attribute.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/cursor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/entry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/objectDef.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/pooling.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/rdns.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/results.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/timezone.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/tls.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/core/usage.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/addMembersToGroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/dirSync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/modifyPassword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/persistentSearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/removeMembersFromGroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/microsoft/unlockAccount.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/addMembersToGroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/checkGroupsMemberships.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/endTransaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/getBindDn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/listReplicas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasGetUniversalPassword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/nmasSetUniversalPassword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/partition_entry_count.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/removeMembersFromGroups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/replicaInfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/novell/startTransaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/operation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PagedSearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/PersistentSearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/modifyPassword.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/extend/standard/whoAmI.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/abandon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/add.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/bind.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/compare.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/delete.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/extended.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modify.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/modifyDn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/operation/unbind.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/controls.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/convert.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/formatters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/standard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/formatters/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/microsoft.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/novell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/oid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/persistentSearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2696.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc2849.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc3062.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4511.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4512.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/rfc4527.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/digestMd5.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/external.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/kerberos.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/plain.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/sasl/sasl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ad2012R2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/ds389.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir888.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/edir914.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/protocol/schemas/slapd24.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asyncStream.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/asynchronous.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/ldifProducer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockAsync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockBase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/mockSync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/restartable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/reusable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeRestartable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/safeSync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/strategy/sync.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/asn1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ciDict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/conv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/dn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/hashed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/log.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/ntlm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/port_validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/repr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/tls_backport.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/utils/uri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/builder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/distutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/wsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/lzstring/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/backports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/mock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mypy-extensions/mypy_extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/_mysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/connections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CLIENT.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/CR.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/ER.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FIELD_TYPE.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/FLAG.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/constants/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/converters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/cursors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/release.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mysqlclient/MySQLdb/times.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/algorithm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/generate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/method.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/non_secure_generate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/contrib/subnet_splitter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/eui/ieee.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/fbsocket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/glob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/iana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/nmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/rfc1924.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/ip/sets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui48.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui64.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv4.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv6.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/test_cases/check_dispatch_decorator.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clique.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/matching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/maxcut.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/ramsey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/steinertree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/traveling_salesman.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/treewidth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/vertex_cover.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/connectivity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/correlation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/mixing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/neighbor_degree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/assortativity/pairs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/asteroidal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/basic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/centrality.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/covering.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/generators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/projection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/redundancy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/boundary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bridges.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/closeness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_betweenness_subset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/current_flow_closeness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/degree_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/dispersion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/eigenvector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/flow_matrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/group.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/harmonic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/katz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/laplacian.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/load.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/percolation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/reaching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/second_order.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/subgraph_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/trophic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/voterank_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/chains.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/chordal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/clique.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/equitable_coloring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/coloring/greedy_coloring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/communicability_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/centrality.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/community_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kclique.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/label_propagation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/louvain.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/lukes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/modularity_max.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/quality.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/attracting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/biconnected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/connected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/semiconnected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/strongly_connected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/components/weakly_connected.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/connectivity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/cuts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/disjoint_paths.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/edge_augmentation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/edge_kcomponents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/kcomponents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/kcutsets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/stoerwagner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/connectivity/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/covering.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cuts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/cycles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/d_separation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/distance_measures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/distance_regular.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dominance.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/dominating.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/efficiency_measures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/euler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/boykovkolmogorov.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/capacityscaling.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/dinitz_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/edmondskarp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/gomory_hu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/maxflow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/mincost.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/networksimplex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/preflowpush.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/shortestaugmentingpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/flow/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/graph_hashing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/graphical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/hierarchy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/hybrid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isolate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/ismags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/isomorph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/isomorphvf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/matchhelpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/temporalisomorphvf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/tree_isomorphism.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/vf2pp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/isomorphism/vf2userfunc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/hits_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_analysis/pagerank_alg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/link_prediction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/lowest_common_ancestors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/matching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/minors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/minors/contraction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/mis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/moral.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/node_classification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/non_randomness.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/all.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/product.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/operators/unary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/planar_drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/planarity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/polynomials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/reciprocity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/regular.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/richclub.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/astar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/dense.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/generic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/unweighted.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/shortest_paths/weighted.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/similarity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/simple_paths.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/smallworld.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/smetric.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/sparsifiers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/structuralholes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/summarization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/swap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tournament.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/breadth_first_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/depth_first_search.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/edgebfs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/edgedfs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/branchings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/coding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/decomposition.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/mst.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/operations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tree/recognition.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/triads.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/vitality.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/voronoi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/wiener.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/coreviews.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/digraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/filters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/function.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/graph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/graphviews.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/multidigraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/multigraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/reportviews.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/convert.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/convert_matrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/layout.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_agraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_latex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_pydot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/drawing/nx_pylab.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/atlas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/classic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/cographs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/community.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/degree_seq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/directed.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/duplication.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/ego.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/expanders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/geometric.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/harary_graph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/internet_as_graphs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/intersection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/interval_graph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/joint_degree_seq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/lattice.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/line.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/mycielski.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/nonisomorphic_trees.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/random_clustered.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/random_graphs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/small.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/social.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/spectral_graph_forge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/stochastic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/sudoku.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/trees.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/triads.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/lazy_imports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/algebraicconnectivity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/attrmatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/bethehessianmatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/graphmatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/laplacianmatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/modularitymatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/linalg/spectrum.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/adjlist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/edgelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/gexf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/gml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/graph6.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/graphml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/adjacency.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/cytoscape.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/node_link.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/json_graph/tree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/leda.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/multiline_adjlist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/p2g.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/pajek.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/sparse6.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/readwrite/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/relabel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/backends.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/heaps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/mapped_queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/misc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/random_sequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/rcm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/union_find.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/access_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/pre_configured.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/request_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/endpoints/signature_only.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/parameters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/request_validator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/signature.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth1/rfc5849/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/backend_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/legacy_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/mobile_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/service_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/clients/web_application.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/introspect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/pre_configured.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/revocation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/endpoints/token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/authorization_code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/client_credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/implicit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/refresh_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/grant_types/resource_owner_password_credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/parameters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/pre_configured.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/endpoints/userinfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/authorization_code.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/dispatchers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/hybrid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/implicit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/grant_types/refresh_token.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/request_validator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/olefile/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/olefile/olefile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_base_descriptors.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/@tests/test_cases/check_nested_descriptors.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/_constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/_writer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/read_only.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/rich_text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/cell/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_3d.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/area_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/axis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/bar_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/bubble_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/chartspace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/data_source.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/descriptors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/error_bar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/label.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/layout.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/legend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/line_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/marker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/picture.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/pie_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/pivot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/plotarea.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/print_settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/radar_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/reader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/scatter_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/series.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/series_factory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/shapes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/stock_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/surface_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/title.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/trendline.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chart/updown_bars.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/chartsheet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/custom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/publish.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/relation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/chartsheet/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/author.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/comment_sheet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/comments.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/comments/shape_writer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/product.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/singleton.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/compat/strings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/container.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/excel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/nested.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/sequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/serialisable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/descriptors/slots.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/colors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/connector.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/effect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/fill.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/geometry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/graphic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/line.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/picture.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/relation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/spreadsheet_drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/drawing/xdr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/formatting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formatting/rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/tokenizer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/formula/translate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/custom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/extended.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/interface.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/relationship.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/packaging/workbook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/cache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/fields.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/record.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/pivot/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/drawings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/excel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/strings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/reader/workbook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/alignment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/borders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/cell_style.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/colors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/differential.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/fills.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/fonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/named_styles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/numbers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/styleable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/stylesheet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/styles/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/bound_dictionary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/dataframe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/datetime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/escape.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/formulas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/indexed_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/inference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/utils/units.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/_writer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/child.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/defined_name.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_link/external.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/external_reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/function_group.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/smart_tags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/web.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/workbook/workbook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_read_only.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_reader.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_write_only.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/_writer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_range.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/cell_watch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/controls.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/copier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/custom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/datavalidation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/dimensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/drawing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/filters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/formula.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/header_footer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/hyperlink.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/merge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/ole.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/page.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/pagebreak.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/picture.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/print_settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/protection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/related.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/scenario.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/smart_tag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/worksheet/worksheet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/excel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/writer/theme.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/_functions_overloads.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/openpyxl/openpyxl/xml/functions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/ext/tags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/api_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/harness/scope_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/logs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/binary_propagator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/propagator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/span.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/text_propagator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/mocktracer/tracer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/propagation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_manager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/asyncio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/contextvars.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/gevent.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/scope_managers/tornado.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/span.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/opentracing/opentracing/tracer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/matcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/packettypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/publish.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/reasoncodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paho-mqtt/paho/mqtt/subscribeoptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_strategy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ber.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/buffered_pipe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/channel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/compress.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/dsskey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ed25519key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/hostkeys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_curve25519.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_ecdh_nist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group14.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_group16.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/kex_gss.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/message.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/packet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pipe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/pkey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/primes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/proxy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/rsakey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_attr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_handle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/sftp_si.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ssh_gss.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/transport.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_openssh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/win_pageant.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/expressions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/grammar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/nodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/parsimonious/parsimonious/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/@tests/test_cases/check_bcrypt_using_rounds.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/apps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/context.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/_gen_files.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_blowfish/unrolled.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/_md4.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/des.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/digest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_builtin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_gen_files.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/crypto/scrypt/_salsa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/exc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/models.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ext/django/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/argon2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/bcrypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/cisco.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/des_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/digests.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/django.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/fshp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/ldap_digests.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/md5_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/misc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/mssql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/mysql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/oracle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/pbkdf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/phpass.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/postgres.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/roundup.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/scram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/scrypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sha1_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sha2_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/sun_md5_crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/handlers/windows.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/hash.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/hosts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/ifc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/pwd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/totp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/compat/_ordered_dict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/decor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/des.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/handlers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/md4.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/utils/pbkdf2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passlib/passlib/win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/store.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/passpy/passpy/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/peewee.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/flask_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/ANSI.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/FSM.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/expect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/fdpexpect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/popen_spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pty_spawn.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/pxssh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/replwrap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/run.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/screen.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/socket_pexpect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/spawnbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/pexpect/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/asyncio_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/base_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/blocking_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/gevent_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/select_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/tornado_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/twisted_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/connection_workflow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/io_services_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/nbio_interface.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/adapters/utils/selector_ioloop_adapter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/amqp_object.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/callback.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/channel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/delivery_mode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/diagnostic_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/exchange_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/frame.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/heartbeat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/spec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/tcp_socket_opts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/portpicker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psaix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psosx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psposix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pssunos.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_linux.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_osx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psutil_windows.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pswindows.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_connect.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/@tests/test_cases/check_extensions.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_ipaddress.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_psycopg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/_range.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errorcodes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extensions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/extras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/pool.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/sql.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/ber/eoo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/cer/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/der/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/native/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/streaming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/integer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/octets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/debug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/char.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/constraint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedtype.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/namedval.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/opentype.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/tagmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/univ.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/useful.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyaudio/pyaudio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/coco.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/cocoeval.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycocotools/pycocotools/mask.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pycurl/pycurl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyfarmhash/farmhash.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/pyflakes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_libgit2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_pygit2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_run.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blame.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/branches.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/callbacks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/ffi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/filter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/index.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/legacyenums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/packbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/references.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/refspec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/remotes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/repository.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/submodules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/build_main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/datastruct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/building/splash.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/analysis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/depend/imphookapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/isolated/_parent.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/lib/modulegraph/modulegraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/hooks/conda.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/utils/win32/versioninfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/pyi_splash/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/bks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/jks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc2898.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/rfc7292.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/sun_crypto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyjks/jks/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/keyboard/_dummy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/__main__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rfc2217.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/rs485.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialcli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialjava.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialposix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/serialwin32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/threaded/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/hexlify_codec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_linux.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_osx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_posix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/list_ports_windows.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/tools/miniterm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_alt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_cp2110.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_hwgrep.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_loop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_rfc2217.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_socket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/urlhandler/protocol_spy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/serial/win32.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pysftp/pysftp/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytest-lazy-fixture/pytest_lazyfixture.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/cronlog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontab.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontabs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_inheritance.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_relativedelta.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/easter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/rrule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/_asn1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/cryptography_backend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/ecdsa_backend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/native.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/backends/rsa_backend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jws.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/jwt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__version__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/X.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/XK.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xatom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xcursorfont.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/Xutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/_typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/display.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/composite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/damage.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/dpms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/ge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/nvcontrol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/randr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/record.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/res.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/screensaver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/security.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/shape.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xfixes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinerama.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xinput.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/ext/xtest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/apl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/arabic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/cyrillic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/greek.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/hebrew.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/katakana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/korean.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin3.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/latin4.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/miscellany.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/publishing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/special.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/technical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/thai.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xf86.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xk3270.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/keysymdef/xkb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/display.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/rq.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/protocol/structs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/rdb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/connect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/unix_connect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/support/vms_connect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/threaded.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xauth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/colormap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/cursor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/drawable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/fontable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/icccm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/xobject/resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/lazy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pytz/pytz/tzinfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/@tests/stubtest_allowlist_win32.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/_win32typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/afxres.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/commctrl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/dde.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/isapicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/simple.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/threaded_extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmapfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/mmsystem.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/ntsecuritycon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/odbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/perfmon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythoncom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/dde.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32ui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pythonwin/win32uiole.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/pywintypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/regutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/servicemanager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/sspicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/timer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win2kras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/_wincerapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/afxres.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/commctrl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/mmsystem.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/ntsecuritycon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/pywintypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/regutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/sspicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win2kras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32con.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32cryptcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32evtlogutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32gui_struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32inetcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32netcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32pdhquery.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32serviceutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32timezone.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winerror.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winioctlcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winnt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winperf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winxptheme.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/mmapfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/odbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/perfmon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/servicemanager.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/timer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32clipboard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32console.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32cred.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32evtlog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32gui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32help.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32inet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32job.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32lz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32net.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pdh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32pipe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32print.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32profile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32security.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32trace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32transaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32ts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/win32wnet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/winxpgui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32clipboard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/adsi/adsicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/authorization/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axcontrol/axcontrol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/adb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/axdebug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/codecontainer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/contexts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/debugger.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/documents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/expressions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/gateways.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/stackframe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axdebug/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/asputil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/axscript.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/axsite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/bits.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/dynamic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/gencache.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/directsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifiltercon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/inetcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/internet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/_exchdapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/emsabtags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/exchange.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapitags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapiutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/olectl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/propsys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/propsys/pscon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/connect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/dispatcher.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/policy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shellcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/storagecon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/taskscheduler/taskscheduler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/universal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/adsi/adsicon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/authorization/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axcontrol/axcontrol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/adb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/axdebug.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/codecontainer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/contexts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/debugger.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/documents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/expressions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/gateways.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/stackframe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axdebug/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/asputil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/axscript.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/pyscript.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/axsite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/bits.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/directsound.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/ifilter/ifiltercon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/inetcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/internet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/_exchdapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/emsabtags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/exchange.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapitags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapiutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/propsys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/propsys/pscon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/shell/shellcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/taskscheduler/taskscheduler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32con.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32console.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cred.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32crypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32cryptcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32evtlogutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32gui_struct.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32help.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32inetcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32job.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32lz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32net.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32netcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdh.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pdhquery.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32pipe.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32print.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32process.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32profile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32security.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32serviceutil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32timezone.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32trace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32transaction.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32uiole.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32wnet.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winerror.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winioctlcon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winnt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winperf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxpgui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winxptheme.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/@tests/test_cases/check_IniFile.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/BaseDirectory.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/DesktopEntry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/IconTheme.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/IniFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Locale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Menu.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/MenuEditor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/Mime.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/RecentFiles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyxdg/xdg/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/qrbill/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrbill/qrbill/bill.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/LUT.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/console_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/pure.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styledpil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/colormasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/pil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/styles/moduledrawers/svg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/image/svg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/release.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/test_cases/check_xadd.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/backoff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/edge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/query_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/decoders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/redismodules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/aggregation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/test_cases/check_finditer.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/_regex_core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/regex/regex.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/@tests/test_cases/check_tables.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code128.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code39.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/code93.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/dmtx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/eanbc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/ecc200datamatrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/fourstate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/lto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/qr.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/qrencoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/usps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/usps4s.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/barcode/widgets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/areas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/axes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/barcharts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/dotbox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/doughnut.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/legends.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/linecharts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/lineplots.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/piecharts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/slidebox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/spider.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/textlabels.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/charts/utils3d.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPDF.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPM.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderPS.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderSVG.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/renderbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/bubble.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/clustered_bar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/clustered_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/excelcolors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/exploded_pie.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/filled_radar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/line_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/linechart_with_markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/radar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/runall.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter_lines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/scatter_lines_markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/simple_pie.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/stacked_bar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/samples/stacked_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/shapes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/svgpath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/transform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgetbase.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/adjustableArrow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/eventcal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/flags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/grids.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/signsandsymbols.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/graphics/widgets/table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/PyFontify.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/abag.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/arciv.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/attrmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/boxstuff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/codecharts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/colors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/corp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/extformat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/fontfinder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/fonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/formatters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/geomutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/logger.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/normalDate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pagesizes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pdfencrypt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/pygments2xpre.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/randomtext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rl_accel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rl_safe_eval.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rltempfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/rparsexml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/sequencer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/styles.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/testutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/textsplit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/units.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/lib/yaml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/acroform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/cidfonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfdoc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfmetrics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfpattern.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/pdfutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/rl_codecs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfbase/ttfonts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/canvas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pathobject.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pdfgeom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/pdfimages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/pdfgen/textobject.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/doctemplate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/figures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/flowables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/frames.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/multicol.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/para.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/paragraph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/paraparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/tableofcontents.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/platypus/xpreformatted.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/rl_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/reportlab/reportlab/rl_settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/douban.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/ebay.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/facebook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/fitbit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/instagram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/mailchimp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/plentymarkets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/slack.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/compliance_fixes/weibo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth1_session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests-oauthlib/requests_oauthlib/oauth2_session.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/@tests/test_cases/check_post.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/__version__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/adapters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/certs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/cookies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/help.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/hooks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/models.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/packages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/sessions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/status_codes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/structures.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/requests/requests/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/common_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/data_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/debug_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/error_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/query_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/raw_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/sc2api_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/score_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/spatial_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/ui_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/data.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/groupby.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/moves.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/plot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/scales.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/subplots.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_core/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/area.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/bar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/dot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/line.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_marks/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/aggregation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/counting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/density.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/order.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/_stats/regression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/algorithms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/axisgrid.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/categorical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/cm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/crayons.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/colors/xkcd_rgb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/distributions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/appdirs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/docscrape.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/husl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/kde.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/external/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/matrix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/miscplot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/objects.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/palettes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/rcmod.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/regression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/relational.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/widgets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_distutils.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_protocols.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/_modified.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/ccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/requirements.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/specifiers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/_modified.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/alias.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_egg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_rpm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/bdist_wheel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_clib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_ext.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/build_py.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/develop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/dist_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/easy_install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/editable_wheel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/setopt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py310.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py311.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py39.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/expand.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/pyprojecttoml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/setupcfg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/depends.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/discovery.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/dist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/extension.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/glob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/installer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/launch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/logging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/modified.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/wheel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/windows_support.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_enum.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_geometry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_ragged_array.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/affinity.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/cga.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/algorithms/polylabel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/constructive.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/coordinates.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/coords.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/creation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/collection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/geo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/linestring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multilinestring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multipoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/multipolygon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/point.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geometry/polygon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/geos.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/io.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/linear.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/measurement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/ops.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/plotting.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/predicates.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/prepared.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/set_operations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/speedups.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/strtree.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/testing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/validation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/vectorized/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/wkb.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/wkt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/@tests/test_cases/check_simplejson.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/raw_json.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/simplejson/simplejson/scanner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/singledispatch/singledispatch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/BaseHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/CGIHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/SimpleHTTPServer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_dummy_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/builtins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/cPickle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/collections_abc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/configparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/copyreg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_nonmultipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/email_mime_text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_entities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/html_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookiejar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/http_cookies.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/queue.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/reprlib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/socketserver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_commondialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_dialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_filedialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_tkfiledialog.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/tkinter_ttk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib/robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_parse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/serialize.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/str2bool/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/str2bool/str2bool/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tabulate/tabulate/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/_aliases.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/service/hlo_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/compiler/xla/xla_data_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_parser_configuration_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/example_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/example/feature_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/allocation_description_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/api_def_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/attr_value_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/cost_graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_metadata_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/dataset_options_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/device_attributes_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/full_type_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/function_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/graph_transfer_info_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/kernel_def_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/log_memory_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/model_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/node_def_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/op_def_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/reader_base_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/resource_handle_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/step_stats_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/summary_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_description_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_shape_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/tensor_slice_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/types_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/variable_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/framework/versions_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/bfc_memory_map_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/cluster_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/composite_tensor_variant_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/control_flow_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/coordination_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/core_platform_payloads_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/data_service_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_event_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/debug_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_filters_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/device_properties_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/distributed_runtime_payloads_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/error_codes_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/fingerprint_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/graph_debug_info_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/meta_graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/named_tensor_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/queue_runner_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/remote_tensor_handle_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/rewriter_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_model_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saved_object_graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/saver_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/service_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/snapshot_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/struct_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensor_bundle_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tensorflow_server_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/compilation_result_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/dynamic_padding_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/optimization_parameters_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/topology_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/tpu/tpu_embedding_configuration_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/trackable_object_graph_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/transport_options_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/protobuf/verifier_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/event_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/memmapped_file_system_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/saved_tensor_slice_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/core/util/test_log_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/data/experimental.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/dtypes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/experimental/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/feature_column/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/initializers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/io/gfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/activations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/constraints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/initializers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/layers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/losses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/metrics.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/legacy/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/optimizers/schedules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/keras/regularizers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/math.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/feature_column_v2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/feature_column/sequence_feature_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/projector_config_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/saved_metadata_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/keras/protobuf/versions_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/autotrackable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/python/trackable/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/sparse.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/error_codes_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tensorflow/tensorflow/tsl/protobuf/histogram_pb2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/decoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/encoder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/ordered.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toml/toml/tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/toposort/toposort.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_dist_ver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_monitor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_gui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_notebook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_tqdm_pandas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/asyncio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/auto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/autonotebook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/bells.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/concurrent.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/discord.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/itertools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/logging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/slack.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/telegram.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/contrib/utils_worker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/dask.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/gui.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/keras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/notebook.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/rich.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/std.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/tk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tqdm/tqdm/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/translationstring/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_widget.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_style.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/themed_tk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/@tests/uwsgi.ini -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/uWSGI/uwsgidecorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ujson/ujson.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/__version__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/constants.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/unidiff/unidiff/patch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/untangle/untangle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/usersettings/usersettings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/behavior.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/change_tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/hcalendar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/icalendar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/ics_diff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/vcard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/vobject/vobject/win32tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/adjustments.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/buffers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/channel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/proxy_headers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/receiver.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/rfc7230.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/runner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/server.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/task.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/trigger.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/utilities.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/wasyncore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/patch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/snippets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/algeria.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/angola.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/benin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/ivory_coast.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/kenya.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/madagascar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/mozambique.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/nigeria.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/sao_tome.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/south_africa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/africa/tunisia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/argentina.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/barbados.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/brazil.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/canada.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/chile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/colombia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/el_salvador.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/mexico.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/panama.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/america/paraguay.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/china.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/hong_kong.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/israel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/japan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/kazakhstan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/malaysia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/philippines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/qatar.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/singapore.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/south_korea.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/asia/taiwan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/astronomy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/austria.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belarus.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/belgium.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/bulgaria.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cayman_islands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/croatia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/cyprus.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/czech_republic.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/denmark.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/estonia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/european_central_bank.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/finland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/france.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/georgia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/germany.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/greece.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/guernsey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/hungary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/iceland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ireland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/italy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/latvia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/lithuania.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/luxembourg.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/malta.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/monaco.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/netherlands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/norway.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/poland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/portugal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/romania.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/russia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/autumn_holiday.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/fair_holiday.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/spring_holiday.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/scotland/mixins/victoria_day.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/serbia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovakia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/slovenia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/spain.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/sweden.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/switzerland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/turkey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/ukraine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/europe/united_kingdom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/australia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/marshall_islands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/oceania/new_zealand.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/precomputed_astronomy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/registry_tools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/skyfield_astronomy.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alabama.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/alaska.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/american_samoa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arizona.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/arkansas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/california.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/colorado.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/connecticut.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/delaware.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/district_columbia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/florida.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/georgia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/guam.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/hawaii.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/idaho.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/illinois.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/indiana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/iowa.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kansas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/kentucky.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/louisiana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maine.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/maryland.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/massachusetts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/michigan.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/minnesota.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/mississippi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/missouri.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/montana.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nebraska.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/nevada.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_hampshire.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_jersey.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_mexico.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/new_york.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_carolina.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/north_dakota.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/ohio.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oklahoma.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/oregon.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/pennsylvania.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/rhode_island.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_carolina.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/south_dakota.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/tennessee.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/texas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/utah.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/vermont.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/virginia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/washington.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/west_virginia.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wisconsin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wyoming.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/wurlitzer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/xmltodict.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/zstd.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/adjacency_graphs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/feedback.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/frequency_lists.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/matching.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/scoring.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/zxcvbn/time_estimates.pyi -%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz -%%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.24.5.pyz -%%DATADIR%%/plugins/python-ce/lib/python-ce.jar -%%DATADIR%%/plugins/python-ce/lib/python-common.jar -%%DATADIR%%/plugins/python-django/lib/python-django.jar -%%DATADIR%%/plugins/python-pyscript/lib/python-pyscript.jar -%%DATADIR%%/plugins/python-sharedIndexes/lib/python-sharedIndexes.jar -%%DATADIR%%/plugins/python/debugger-eggs-output/pydevd-pycharm.egg -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/apps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/apps/config.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/apps/registry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/conf/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/conf/global_settings.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/conf/locale/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/conf/urls/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/conf/urls/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/conf/urls/static.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/actions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/filters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/helpers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/sites.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/templatetags/admin_list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/templatetags/admin_modify.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/templatetags/admin_urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/templatetags/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/templatetags/log.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/tests.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/views/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/views/autocomplete.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/views/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/views/main.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admin/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admindocs/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admindocs/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admindocs/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admindocs/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admindocs/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/admindocs/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/backends.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/base_user.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/handlers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/handlers/modwsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/hashers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/management/commands/changepassword.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/management/commands/createsuperuser.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/password_validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/tokens.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/auth/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/prefetch.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/contenttypes/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/sitemaps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/templatetags/flatpages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/flatpages/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/admin/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/admin/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/base/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/base/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/base/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/base/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/base/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/mysql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/mysql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/mysql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/mysql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/mysql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/mysql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/oracle/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/oracle/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/oracle/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/oracle/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/oracle/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/oracle/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/oracle/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/oracle/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/const.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/pgraster.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/postgis/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/spatialite/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/models/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/models/aggregates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/models/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/models/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/models/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/models/proxy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/models/sql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/db/models/sql/conversion.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/feeds.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/forms/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/forms/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/datasource.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/driver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/envelope.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/error.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/feature.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/field.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/geometries.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/geomtype.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/layer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/libgdal.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/prototypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/prototypes/ds.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/prototypes/errcheck.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/prototypes/generation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/prototypes/geom.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/prototypes/raster.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/prototypes/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/raster/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/raster/band.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/raster/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/raster/const.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/raster/source.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/gdal/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geoip2/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geoip2/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geoip2/resources.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geometry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/collections.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/coordseq.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/error.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/factory.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/geometry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/io.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/libgeos.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/linestring.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/mutable_list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/point.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/polygon.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prepared.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/coordseq.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/errcheck.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/geom.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/io.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/misc.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/predicates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/prepared.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/threadsafe.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/geos/prototypes/topology.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/measure.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/ptr.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/serializers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/serializers/geojson.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/sitemaps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/sitemaps/kml.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/sitemaps/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/utils/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/utils/layermapping.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/utils/ogrinfo.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/utils/ogrinspect.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/utils/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/gis/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/humanize/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/humanize/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/humanize/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/humanize/templatetags/humanize.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/api.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/storage/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/storage/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/storage/cookie.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/storage/fallback.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/storage/session.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/test.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/messages/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/aggregates/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/aggregates/general.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/aggregates/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/aggregates/statistics.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/constraints.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/expressions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/fields/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/fields/array.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/fields/citext.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/fields/hstore.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/fields/jsonb.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/fields/ranges.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/fields/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/forms/array.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/forms/hstore.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/forms/ranges.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/indexes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/search.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/serializers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/postgres/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/redirects/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/redirects/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/redirects/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/redirects/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/redirects/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/redirects/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/backends/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/backends/cached_db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/backends/db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/backends/file.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/backends/signed_cookies.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/base_session.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/management/commands/clearsessions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sessions/serializers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sitemaps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sitemaps/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sitemaps/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/management.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/managers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/requests.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/sites/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/finders.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/handlers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/management/commands/runserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/storage.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/testing.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/staticfiles/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/syndication/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/syndication/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/contrib/syndication/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/asgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/backends/db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/backends/filebased.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/backends/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/backends/memcached.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/backends/redis.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/cache/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/async_checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/caches.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/compatibility/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/compatibility/django_4_0.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/database.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/files.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/messages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/model_checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/registry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/security/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/security/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/security/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/security/sessions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/templates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/translation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/checks/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/images.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/locks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/move.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/storage/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/storage/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/storage/filesystem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/storage/handler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/storage/memory.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/storage/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/temp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/uploadedfile.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/uploadhandler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/files/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/handlers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/handlers/asgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/handlers/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/handlers/exception.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/handlers/wsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/backends/console.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/backends/filebased.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/backends/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/backends/smtp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/message.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/mail/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/color.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/check.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/compilemessages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/createcachetable.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/dbshell.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/diffsettings.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/dumpdata.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/flush.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/inspectdb.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/loaddata.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/makemessages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/makemigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/migrate.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/optimizemigration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/runserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/sendtestemail.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/shell.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/showmigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/sqlflush.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/sqlmigrate.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/sqlsequencereset.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/squashmigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/startapp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/startproject.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/test.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/commands/testserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/sql.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/templates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/management/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/paginator.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/serializers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/serializers/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/serializers/json.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/serializers/jsonl.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/serializers/python.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/serializers/pyyaml.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/serializers/xml_serializer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/servers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/servers/basehttp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/signing.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/core/wsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/base/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/ddl_references.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/dummy/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/dummy/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/dummy/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/compiler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/mysql/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/oracle/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/postgresql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/postgresql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/postgresql/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/postgresql/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/postgresql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/postgresql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/postgresql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/postgresql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/sqlite3/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/sqlite3/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/sqlite3/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/sqlite3/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/sqlite3/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/sqlite3/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/sqlite3/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/sqlite3/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/autodetector.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/executor.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/graph.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/loader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/migration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/operations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/operations/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/operations/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/operations/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/operations/special.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/operations/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/optimizer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/questioner.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/recorder.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/serializer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/state.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/migrations/writer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/aggregates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/constraints.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/deletion.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/enums.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/expressions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/files.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/generated.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/json.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/proxy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/related.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/related_descriptors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/related_lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/fields/reverse_related.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/functions/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/functions/comparison.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/functions/datetime.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/functions/math.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/functions/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/functions/text.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/functions/window.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/indexes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/manager.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/query.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/query_utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/sql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/sql/compiler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/sql/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/sql/datastructures.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/sql/query.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/sql/subqueries.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/sql/where.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/models/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/transaction.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/db/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/dispatch/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/dispatch/dispatcher.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/boundfield.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/formsets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/renderers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/forms/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/http/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/http/cookie.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/http/multipartparser.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/http/request.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/http/response.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/clickjacking.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/common.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/gzip.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/locale.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/middleware/security.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/backends/django.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/backends/jinja2.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/context.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/defaultfilters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/defaulttags.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/engine.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/library.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/loader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/loader_tags.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/loaders/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/loaders/app_directories.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/loaders/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/loaders/cached.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/loaders/filesystem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/loaders/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/response.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/smartif.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/template/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/templatetags/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/templatetags/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/templatetags/l10n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/templatetags/static.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/templatetags/tz.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/test/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/test/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/test/html.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/test/runner.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/test/selenium.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/test/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/test/testcases.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/test/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/urls/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/urls/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/urls/conf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/urls/converters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/urls/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/urls/resolvers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/urls/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/_os.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/archive.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/asyncio.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/autoreload.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/choices.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/connection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/crypto.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/datastructures.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/dateformat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/dateparse.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/dates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/deconstruct.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/deprecation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/duration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/encoding.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/feedgenerator.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/formats.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/functional.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/hashable.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/html.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/inspect.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/ipv6.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/itercompat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/jslex.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/log.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/lorem_ipsum.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/module_loading.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/numberformat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/regex_helper.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/safestring.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/termcolors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/text.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/timesince.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/timezone.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/translation/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/translation/reloader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/translation/template.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/translation/trans_null.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/translation/trans_real.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/tree.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/version.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/utils/xmlutils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/debug.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/clickjacking.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/common.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/debug.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/gzip.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/decorators/vary.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/defaults.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/generic/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/generic/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/generic/dates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/generic/detail.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/generic/edit.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/generic/list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/django-stubs/views/static.pyi -%%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/__init__.py -%%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/pydev_jupyter_plugin.py -%%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/pydev_jupyter_utils.py -%%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/pydev_jupyter_vars.py -%%DATADIR%%/plugins/python/helpers-pro/pydevd_asyncio/__init__.py -%%DATADIR%%/plugins/python/helpers-pro/pydevd_asyncio/pydevd_asyncio_constants.py -%%DATADIR%%/plugins/python/helpers-pro/pydevd_asyncio/pydevd_asyncio_utils.py -%%DATADIR%%/plugins/python/helpers-pro/pydevd_asyncio/pydevd_nest_asyncio.py -%%DATADIR%%/plugins/python/jupyter-web/1030.js -%%DATADIR%%/plugins/python/jupyter-web/1066.js -%%DATADIR%%/plugins/python/jupyter-web/1186.js -%%DATADIR%%/plugins/python/jupyter-web/1203.js -%%DATADIR%%/plugins/python/jupyter-web/1283.js -%%DATADIR%%/plugins/python/jupyter-web/1326.js -%%DATADIR%%/plugins/python/jupyter-web/1408.js -%%DATADIR%%/plugins/python/jupyter-web/1671.js -%%DATADIR%%/plugins/python/jupyter-web/1773.js -%%DATADIR%%/plugins/python/jupyter-web/1778.js -%%DATADIR%%/plugins/python/jupyter-web/1780.js -%%DATADIR%%/plugins/python/jupyter-web/1809.js -%%DATADIR%%/plugins/python/jupyter-web/1926.js -%%DATADIR%%/plugins/python/jupyter-web/1927.js -%%DATADIR%%/plugins/python/jupyter-web/1974.js -%%DATADIR%%/plugins/python/jupyter-web/2175.js -%%DATADIR%%/plugins/python/jupyter-web/2196.js -%%DATADIR%%/plugins/python/jupyter-web/2237.js -%%DATADIR%%/plugins/python/jupyter-web/2287.js -%%DATADIR%%/plugins/python/jupyter-web/2313.js -%%DATADIR%%/plugins/python/jupyter-web/2424.js -%%DATADIR%%/plugins/python/jupyter-web/2459.js -%%DATADIR%%/plugins/python/jupyter-web/2496.js -%%DATADIR%%/plugins/python/jupyter-web/2578.js -%%DATADIR%%/plugins/python/jupyter-web/2580.js -%%DATADIR%%/plugins/python/jupyter-web/2698.js -%%DATADIR%%/plugins/python/jupyter-web/2735.js -%%DATADIR%%/plugins/python/jupyter-web/281.js -%%DATADIR%%/plugins/python/jupyter-web/2830.js -%%DATADIR%%/plugins/python/jupyter-web/2855.js -%%DATADIR%%/plugins/python/jupyter-web/2866.js -%%DATADIR%%/plugins/python/jupyter-web/295.js -%%DATADIR%%/plugins/python/jupyter-web/2958.js -%%DATADIR%%/plugins/python/jupyter-web/2995.js -%%DATADIR%%/plugins/python/jupyter-web/3085.js -%%DATADIR%%/plugins/python/jupyter-web/31.js -%%DATADIR%%/plugins/python/jupyter-web/310.js -%%DATADIR%%/plugins/python/jupyter-web/3282.js -%%DATADIR%%/plugins/python/jupyter-web/3420.js -%%DATADIR%%/plugins/python/jupyter-web/3471.js -%%DATADIR%%/plugins/python/jupyter-web/3671.js -%%DATADIR%%/plugins/python/jupyter-web/3746.js -%%DATADIR%%/plugins/python/jupyter-web/3887.js -%%DATADIR%%/plugins/python/jupyter-web/3rdpartylicenses.txt -%%DATADIR%%/plugins/python/jupyter-web/4014.js -%%DATADIR%%/plugins/python/jupyter-web/402.js -%%DATADIR%%/plugins/python/jupyter-web/4093.js -%%DATADIR%%/plugins/python/jupyter-web/4126.js -%%DATADIR%%/plugins/python/jupyter-web/4176.js -%%DATADIR%%/plugins/python/jupyter-web/426.js -%%DATADIR%%/plugins/python/jupyter-web/4334.js -%%DATADIR%%/plugins/python/jupyter-web/4430.js -%%DATADIR%%/plugins/python/jupyter-web/4527.js -%%DATADIR%%/plugins/python/jupyter-web/4780.js -%%DATADIR%%/plugins/python/jupyter-web/4789.js -%%DATADIR%%/plugins/python/jupyter-web/4801.js -%%DATADIR%%/plugins/python/jupyter-web/4970.js -%%DATADIR%%/plugins/python/jupyter-web/5134.js -%%DATADIR%%/plugins/python/jupyter-web/5228.js -%%DATADIR%%/plugins/python/jupyter-web/5249.js -%%DATADIR%%/plugins/python/jupyter-web/525.js -%%DATADIR%%/plugins/python/jupyter-web/5365.js -%%DATADIR%%/plugins/python/jupyter-web/5373.js -%%DATADIR%%/plugins/python/jupyter-web/5375.js -%%DATADIR%%/plugins/python/jupyter-web/5403.js -%%DATADIR%%/plugins/python/jupyter-web/5408.js -%%DATADIR%%/plugins/python/jupyter-web/5462.js -%%DATADIR%%/plugins/python/jupyter-web/5530.js -%%DATADIR%%/plugins/python/jupyter-web/5576.js -%%DATADIR%%/plugins/python/jupyter-web/5594.js -%%DATADIR%%/plugins/python/jupyter-web/5740.js -%%DATADIR%%/plugins/python/jupyter-web/5760.js -%%DATADIR%%/plugins/python/jupyter-web/5850.js -%%DATADIR%%/plugins/python/jupyter-web/5998.js -%%DATADIR%%/plugins/python/jupyter-web/6001.js -%%DATADIR%%/plugins/python/jupyter-web/6054.js -%%DATADIR%%/plugins/python/jupyter-web/6074.js -%%DATADIR%%/plugins/python/jupyter-web/6082.js -%%DATADIR%%/plugins/python/jupyter-web/6104.js -%%DATADIR%%/plugins/python/jupyter-web/6113.js -%%DATADIR%%/plugins/python/jupyter-web/6199.js -%%DATADIR%%/plugins/python/jupyter-web/6247.js -%%DATADIR%%/plugins/python/jupyter-web/6392.js -%%DATADIR%%/plugins/python/jupyter-web/6407.js -%%DATADIR%%/plugins/python/jupyter-web/6531.js -%%DATADIR%%/plugins/python/jupyter-web/6689.js -%%DATADIR%%/plugins/python/jupyter-web/6735.js -%%DATADIR%%/plugins/python/jupyter-web/674.js -%%DATADIR%%/plugins/python/jupyter-web/6740.js -%%DATADIR%%/plugins/python/jupyter-web/6745.js -%%DATADIR%%/plugins/python/jupyter-web/6852.js -%%DATADIR%%/plugins/python/jupyter-web/6854.js -%%DATADIR%%/plugins/python/jupyter-web/6932.js -%%DATADIR%%/plugins/python/jupyter-web/7061.js -%%DATADIR%%/plugins/python/jupyter-web/7225.js -%%DATADIR%%/plugins/python/jupyter-web/7347.js -%%DATADIR%%/plugins/python/jupyter-web/7366.js -%%DATADIR%%/plugins/python/jupyter-web/7401.js -%%DATADIR%%/plugins/python/jupyter-web/8023.js -%%DATADIR%%/plugins/python/jupyter-web/8097.js -%%DATADIR%%/plugins/python/jupyter-web/8109.js -%%DATADIR%%/plugins/python/jupyter-web/8112.js -%%DATADIR%%/plugins/python/jupyter-web/8132.js -%%DATADIR%%/plugins/python/jupyter-web/8239.js -%%DATADIR%%/plugins/python/jupyter-web/834.js -%%DATADIR%%/plugins/python/jupyter-web/8366.js -%%DATADIR%%/plugins/python/jupyter-web/8370.js -%%DATADIR%%/plugins/python/jupyter-web/84.js -%%DATADIR%%/plugins/python/jupyter-web/8409.js -%%DATADIR%%/plugins/python/jupyter-web/8416.js -%%DATADIR%%/plugins/python/jupyter-web/8454.js -%%DATADIR%%/plugins/python/jupyter-web/8457.js -%%DATADIR%%/plugins/python/jupyter-web/8461.js -%%DATADIR%%/plugins/python/jupyter-web/8597.js -%%DATADIR%%/plugins/python/jupyter-web/873.js -%%DATADIR%%/plugins/python/jupyter-web/8778.js -%%DATADIR%%/plugins/python/jupyter-web/8844.js -%%DATADIR%%/plugins/python/jupyter-web/8955.js -%%DATADIR%%/plugins/python/jupyter-web/9002.js -%%DATADIR%%/plugins/python/jupyter-web/9103.js -%%DATADIR%%/plugins/python/jupyter-web/911.js -%%DATADIR%%/plugins/python/jupyter-web/9307.js -%%DATADIR%%/plugins/python/jupyter-web/9377.js -%%DATADIR%%/plugins/python/jupyter-web/9421.js -%%DATADIR%%/plugins/python/jupyter-web/9523.js -%%DATADIR%%/plugins/python/jupyter-web/9653.js -%%DATADIR%%/plugins/python/jupyter-web/9681.js -%%DATADIR%%/plugins/python/jupyter-web/9733.js -%%DATADIR%%/plugins/python/jupyter-web/9861.js -%%DATADIR%%/plugins/python/jupyter-web/MathJax_AMS-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Calligraphic-Bold.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Calligraphic-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Fraktur-Bold.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Fraktur-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Main-Bold.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Main-Italic.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Main-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Math-BoldItalic.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Math-Italic.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_SansSerif-Bold.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_SansSerif-Italic.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_SansSerif-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Script-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Size1-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Size2-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Size3-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Size4-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Typewriter-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Vector-Bold.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Vector-Regular.woff -%%DATADIR%%/plugins/python/jupyter-web/MathJax_Zero.woff -%%DATADIR%%/plugins/python/jupyter-web/add-above.svg -%%DATADIR%%/plugins/python/jupyter-web/add-below.svg -%%DATADIR%%/plugins/python/jupyter-web/add.svg -%%DATADIR%%/plugins/python/jupyter-web/bell.svg -%%DATADIR%%/plugins/python/jupyter-web/bug-dot.svg -%%DATADIR%%/plugins/python/jupyter-web/bug.svg -%%DATADIR%%/plugins/python/jupyter-web/build.svg -%%DATADIR%%/plugins/python/jupyter-web/caret-down-empty-thin.svg -%%DATADIR%%/plugins/python/jupyter-web/caret-down-empty.svg -%%DATADIR%%/plugins/python/jupyter-web/caret-down.svg -%%DATADIR%%/plugins/python/jupyter-web/caret-left.svg -%%DATADIR%%/plugins/python/jupyter-web/caret-right.svg -%%DATADIR%%/plugins/python/jupyter-web/caret-up-empty-thin.svg -%%DATADIR%%/plugins/python/jupyter-web/caret-up.svg -%%DATADIR%%/plugins/python/jupyter-web/case-sensitive.svg -%%DATADIR%%/plugins/python/jupyter-web/check.svg -%%DATADIR%%/plugins/python/jupyter-web/circle-empty.svg -%%DATADIR%%/plugins/python/jupyter-web/circle.svg -%%DATADIR%%/plugins/python/jupyter-web/clear.svg -%%DATADIR%%/plugins/python/jupyter-web/close.svg -%%DATADIR%%/plugins/python/jupyter-web/code-check.svg -%%DATADIR%%/plugins/python/jupyter-web/code.svg -%%DATADIR%%/plugins/python/jupyter-web/collapse-all.svg -%%DATADIR%%/plugins/python/jupyter-web/collapse.svg -%%DATADIR%%/plugins/python/jupyter-web/common.js -%%DATADIR%%/plugins/python/jupyter-web/console.svg -%%DATADIR%%/plugins/python/jupyter-web/copy.svg -%%DATADIR%%/plugins/python/jupyter-web/copyright.svg -%%DATADIR%%/plugins/python/jupyter-web/cut.svg -%%DATADIR%%/plugins/python/jupyter-web/darcula-new.css -%%DATADIR%%/plugins/python/jupyter-web/darcula-old.css -%%DATADIR%%/plugins/python/jupyter-web/delete.svg -%%DATADIR%%/plugins/python/jupyter-web/download.svg -%%DATADIR%%/plugins/python/jupyter-web/duplicate.svg -%%DATADIR%%/plugins/python/jupyter-web/edit.svg -%%DATADIR%%/plugins/python/jupyter-web/ellipses.svg -%%DATADIR%%/plugins/python/jupyter-web/error.svg -%%DATADIR%%/plugins/python/jupyter-web/expand-all.svg -%%DATADIR%%/plugins/python/jupyter-web/expand.svg -%%DATADIR%%/plugins/python/jupyter-web/extension.svg -%%DATADIR%%/plugins/python/jupyter-web/fa-brands-400.eot -%%DATADIR%%/plugins/python/jupyter-web/fa-brands-400.svg -%%DATADIR%%/plugins/python/jupyter-web/fa-brands-400.ttf -%%DATADIR%%/plugins/python/jupyter-web/fa-brands-400.woff -%%DATADIR%%/plugins/python/jupyter-web/fa-brands-400.woff2 -%%DATADIR%%/plugins/python/jupyter-web/fa-regular-400.eot -%%DATADIR%%/plugins/python/jupyter-web/fa-regular-400.svg -%%DATADIR%%/plugins/python/jupyter-web/fa-regular-400.ttf -%%DATADIR%%/plugins/python/jupyter-web/fa-regular-400.woff -%%DATADIR%%/plugins/python/jupyter-web/fa-regular-400.woff2 -%%DATADIR%%/plugins/python/jupyter-web/fa-solid-900.eot -%%DATADIR%%/plugins/python/jupyter-web/fa-solid-900.svg -%%DATADIR%%/plugins/python/jupyter-web/fa-solid-900.ttf -%%DATADIR%%/plugins/python/jupyter-web/fa-solid-900.woff -%%DATADIR%%/plugins/python/jupyter-web/fa-solid-900.woff2 -%%DATADIR%%/plugins/python/jupyter-web/fast-forward.svg -%%DATADIR%%/plugins/python/jupyter-web/file-upload.svg -%%DATADIR%%/plugins/python/jupyter-web/file.svg -%%DATADIR%%/plugins/python/jupyter-web/filter-dot.svg -%%DATADIR%%/plugins/python/jupyter-web/filter-list.svg -%%DATADIR%%/plugins/python/jupyter-web/filter.svg -%%DATADIR%%/plugins/python/jupyter-web/folder-favorite.svg -%%DATADIR%%/plugins/python/jupyter-web/folder.svg -%%DATADIR%%/plugins/python/jupyter-web/fontawesome-webfont.eot -%%DATADIR%%/plugins/python/jupyter-web/fontawesome-webfont.svg -%%DATADIR%%/plugins/python/jupyter-web/fontawesome-webfont.ttf -%%DATADIR%%/plugins/python/jupyter-web/fontawesome-webfont.woff -%%DATADIR%%/plugins/python/jupyter-web/fontawesome-webfont.woff2 -%%DATADIR%%/plugins/python/jupyter-web/history.svg -%%DATADIR%%/plugins/python/jupyter-web/home.svg -%%DATADIR%%/plugins/python/jupyter-web/html5.svg -%%DATADIR%%/plugins/python/jupyter-web/image.svg -%%DATADIR%%/plugins/python/jupyter-web/index.html -%%DATADIR%%/plugins/python/jupyter-web/info.svg -%%DATADIR%%/plugins/python/jupyter-web/inspector.svg -%%DATADIR%%/plugins/python/jupyter-web/intellij-new.css -%%DATADIR%%/plugins/python/jupyter-web/intellij-old.css -%%DATADIR%%/plugins/python/jupyter-web/json.svg -%%DATADIR%%/plugins/python/jupyter-web/julia.svg -%%DATADIR%%/plugins/python/jupyter-web/jupyter-favicon.svg -%%DATADIR%%/plugins/python/jupyter-web/jupyter.svg -%%DATADIR%%/plugins/python/jupyter-web/jupyterlab-wordmark.svg -%%DATADIR%%/plugins/python/jupyter-web/kernel.svg -%%DATADIR%%/plugins/python/jupyter-web/keyboard.svg -%%DATADIR%%/plugins/python/jupyter-web/launch.svg -%%DATADIR%%/plugins/python/jupyter-web/launcher.svg -%%DATADIR%%/plugins/python/jupyter-web/licenses.json -%%DATADIR%%/plugins/python/jupyter-web/line-form.svg -%%DATADIR%%/plugins/python/jupyter-web/link.svg -%%DATADIR%%/plugins/python/jupyter-web/list.svg -%%DATADIR%%/plugins/python/jupyter-web/lock.svg -%%DATADIR%%/plugins/python/jupyter-web/main.js -%%DATADIR%%/plugins/python/jupyter-web/markdown.svg -%%DATADIR%%/plugins/python/jupyter-web/mermaid.svg -%%DATADIR%%/plugins/python/jupyter-web/move-down.svg -%%DATADIR%%/plugins/python/jupyter-web/move-up.svg -%%DATADIR%%/plugins/python/jupyter-web/new-folder.svg -%%DATADIR%%/plugins/python/jupyter-web/not-trusted.svg -%%DATADIR%%/plugins/python/jupyter-web/notebook.svg -%%DATADIR%%/plugins/python/jupyter-web/numbering.svg -%%DATADIR%%/plugins/python/jupyter-web/offline-bolt.svg -%%DATADIR%%/plugins/python/jupyter-web/palette.svg -%%DATADIR%%/plugins/python/jupyter-web/paste.svg -%%DATADIR%%/plugins/python/jupyter-web/pdf.svg -%%DATADIR%%/plugins/python/jupyter-web/polyfills.js -%%DATADIR%%/plugins/python/jupyter-web/python.svg -%%DATADIR%%/plugins/python/jupyter-web/r-kernel.svg -%%DATADIR%%/plugins/python/jupyter-web/react.svg -%%DATADIR%%/plugins/python/jupyter-web/redo.svg -%%DATADIR%%/plugins/python/jupyter-web/refresh.svg -%%DATADIR%%/plugins/python/jupyter-web/regex.svg -%%DATADIR%%/plugins/python/jupyter-web/run.svg -%%DATADIR%%/plugins/python/jupyter-web/running.svg -%%DATADIR%%/plugins/python/jupyter-web/runtime.js -%%DATADIR%%/plugins/python/jupyter-web/save.svg -%%DATADIR%%/plugins/python/jupyter-web/search.svg -%%DATADIR%%/plugins/python/jupyter-web/settings.svg -%%DATADIR%%/plugins/python/jupyter-web/share.svg -%%DATADIR%%/plugins/python/jupyter-web/spreadsheet.svg -%%DATADIR%%/plugins/python/jupyter-web/stop.svg -%%DATADIR%%/plugins/python/jupyter-web/tab.svg -%%DATADIR%%/plugins/python/jupyter-web/table-rows.svg -%%DATADIR%%/plugins/python/jupyter-web/tag.svg -%%DATADIR%%/plugins/python/jupyter-web/terminal.svg -%%DATADIR%%/plugins/python/jupyter-web/text-editor.svg -%%DATADIR%%/plugins/python/jupyter-web/toc.svg -%%DATADIR%%/plugins/python/jupyter-web/tree-view.svg -%%DATADIR%%/plugins/python/jupyter-web/trusted.svg -%%DATADIR%%/plugins/python/jupyter-web/undo.svg -%%DATADIR%%/plugins/python/jupyter-web/user.svg -%%DATADIR%%/plugins/python/jupyter-web/users.svg -%%DATADIR%%/plugins/python/jupyter-web/vega.svg -%%DATADIR%%/plugins/python/jupyter-web/word.svg -%%DATADIR%%/plugins/python/jupyter-web/yaml.svg -%%DATADIR%%/plugins/python/lib/client/python-frontend.jar -%%DATADIR%%/plugins/python/lib/java-websocket.jar -%%DATADIR%%/plugins/python/lib/modules/intellij.jupyter.py.jar -%%DATADIR%%/plugins/python/lib/modules/intellij.python.core.impl.jar -%%DATADIR%%/plugins/python/lib/python.jar -%%DATADIR%%/plugins/qml-plugin/lib/qml-plugin.jar -%%DATADIR%%/plugins/qodana/lib/qodana.jar -%%DATADIR%%/plugins/qt-plugin/lib/qt-plugin.jar -%%DATADIR%%/plugins/react/lib/react.jar -%%DATADIR%%/plugins/remote-dev-server/bin/launcher.sh -%%DATADIR%%/plugins/remote-dev-server/lib/remote-dev-server.jar -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/accessx -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/basic -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/caps -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/complete -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/iso9995 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/japan -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledcaps -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/lednum -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/ledscroll -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/level5 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/misc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/mousekeys -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/olpc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/pc98 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xfree86 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/compat/xtest -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/amiga -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/ataritt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/chicony -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/dell -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/lk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/digital_vndr/unix -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/everex -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/fujitsu -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hhk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/hp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/keytronic -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/kinesis -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/macintosh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/microsoft -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nec -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/nokia -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/northgate -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sanwa -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/O2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indigo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sgi_vndr/indy -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sony -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/steelseries -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/sun -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/teck -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/thinkpad -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/typematrix -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/geometry/winbook -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/aliases -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/amiga -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ataritt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/lk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/digital_vndr/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/empty -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/evdev -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/fujitsu -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/hp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/ibm -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/jolla -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/macintosh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/olpc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indigo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/indy -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sgi_vndr/iris -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sony -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/sun -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree86 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/keycodes/xfree98 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.extras.xml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.lst -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/base.xml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.extras.xml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.lst -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/evdev.xml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xfree98 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/rules/xkb.dtd -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/af -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/al -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/altwin -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/am -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/apl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ara -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/at -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/au -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/az -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ba -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bd -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/be -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bg -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/br -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/brai -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/bw -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/by -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ca -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/capslock -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cd -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ch -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cm -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/compose -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ctrl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/cz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/de -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/lk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/digital_vndr/vt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/dz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ee -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/empty -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/epo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/es -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/et -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eu -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/eurosign -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fi -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/fujitsu_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gb -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ge -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/gr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/group -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hp_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/hu -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/id -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ie -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/il -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/in -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/inet -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/iq -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ir -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/is -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/it -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jolla_vndr/sbj -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ke -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/keypad -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kg -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kpdl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/kz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/la -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latam -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/latin -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/level5 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/lv -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ma -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/apple -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/ch -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/de -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/dk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fi -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/fr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/gb -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/is -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/it -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/latam -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/nl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/no -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/pt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/se -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/macintosh_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mao -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/md -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/me -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ml -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mm -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/mv -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/my -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nbsp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nec_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ng -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/no -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-44 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/rx-51 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/nokia_vndr/su-8w -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/np -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/olpc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/parens -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ph -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/pt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ro -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rs -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ru -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/rupeesign -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/se -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sgi_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/sl-c3x00 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws003sh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws007sh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws011sh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sharp_vndr/ws020sh -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/shift -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/si -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sony_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/srvr_ctrl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ara -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/be -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/br -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ca -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ch -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/cz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/de -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/dk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ee -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/es -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fi -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/fr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gb -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/gr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/it -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/jp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/kr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/lv -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/nl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/no -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pl -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/pt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ro -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ru -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/se -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/sk -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/solaris -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/tw -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/ua -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sun_vndr/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/sy -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/terminate -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tg -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/th -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tj -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tm -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tr -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/trans -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tw -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/typo -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/tz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/ua -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/us -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/uz -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/vn -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/amiga -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/xfree68_vndr/ataritt -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/symbols/za -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/README -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/basic -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/cancel -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/caps -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/complete -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/default -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/extra -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/iso9995 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/level5 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/mousekeys -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/nokia -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/numpad -%%DATADIR%%/plugins/remote-dev-server/selfcontained/X11/xkb/types/pc -%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/Xvfb -%%DATADIR%%/plugins/remote-dev-server/selfcontained/bin/xkbcomp -%%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts.conf -%%DATADIR%%/plugins/remote-dev-server/selfcontained/fontconfig/fonts/DejaVuLGCSans.ttf -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib-load-order -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libEGL.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGL.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLX.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLdispatch.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11-xcb.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXau.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcomposite.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcursor.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdamage.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXdmcp.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXext.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfixes.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXfont2.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXi.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrandr.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXrender.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXtst.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXxf86vm.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libasound.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-1.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatk-bridge-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libatspi.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libattr.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-client.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libavahi-common.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libblkid.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libbz2.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcairo.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcap.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcom_err.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcrypt.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcrypto.so.10 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libcups.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdbus-1.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdrm.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdw.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libelf.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libexpat.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libffi.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontconfig.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontenc.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreetype.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfribidi.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgbm.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgcrypt.so.11 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgio-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglapi.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libglib-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgmodule-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgobject-2.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgpg-error.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgssapi_krb5.so.2 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libk5crypto.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkeyutils.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libkrb5support.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblz4.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblzma.so.5 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libmount.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpango-1.0.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpci.so.3 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpcre.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpixman-1.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpng15.so.15 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libselinux.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsqlite3.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl.so.10 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libstdc++.so.6 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsystemd.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libthai.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libuuid.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-client.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libwayland-server.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-render.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb-shm.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxcb.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbcommon.so.0 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxkbfile.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libxshmfence.so.1 -%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libz.so.1 -%%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar -%%DATADIR%%/plugins/restClient/lib/restClient.jar -%%DATADIR%%/plugins/restructuredtext/lib/restructuredtext.jar -%%DATADIR%%/plugins/sass/lib/sass.jar -%%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar -%%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar -%%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar -%%DATADIR%%/plugins/sh/lib/sh.jar -%%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar -%%DATADIR%%/plugins/styled-components/lib/styled-components.jar -%%DATADIR%%/plugins/stylelint/lib/stylelint.jar -%%DATADIR%%/plugins/swagger/lib/swagger.jar -%%DATADIR%%/plugins/tailwindcss/lib/tailwindcss.jar -%%DATADIR%%/plugins/tailwindcss/server/tailwindcss-language-server -%%DATADIR%%/plugins/tailwindcss/server/version.txt -%%DATADIR%%/plugins/tasks-timeTracking/lib/tasks-timeTracking.jar -%%DATADIR%%/plugins/tasks/lib/tasks-core.jar -%%DATADIR%%/plugins/terminal/lib/terminal.jar -%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-fig.bash -%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-integration.bash -%%DATADIR%%/plugins/terminal/shell-integrations/bash/bash-preexec.bash -%%DATADIR%%/plugins/terminal/shell-integrations/bash/command-block-support.bash -%%DATADIR%%/plugins/terminal/shell-integrations/fish/command-block-support.fish -%%DATADIR%%/plugins/terminal/shell-integrations/fish/fish-integration.fish -%%DATADIR%%/plugins/terminal/shell-integrations/powershell/command-block-support.ps1 -%%DATADIR%%/plugins/terminal/shell-integrations/powershell/powershell-integration.ps1 -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/.zshenv -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/command-block-support.zsh -%%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/asciidoc-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/syntaxes/Asciidoctor.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt -%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/textmate.jar -%%DATADIR%%/plugins/toml/lib/toml.jar -%%DATADIR%%/plugins/tslint/js/convert-tslint-config.js -%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin-provider.js -%%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js -%%DATADIR%%/plugins/tslint/js/utils.js -%%DATADIR%%/plugins/tslint/lib/tslint.jar -%%DATADIR%%/plugins/uml/lib/uml-support.jar -%%DATADIR%%/plugins/vagrant/lib/vagrant.jar -%%DATADIR%%/plugins/vcs-git/lib/git4idea-rt.jar -%%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-ultimate/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar -%%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar -%%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar -%%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar -%%DATADIR%%/plugins/vitejs/lib/vitejs.jar -%%DATADIR%%/plugins/vuejs/lib/vuejs.jar -%%DATADIR%%/plugins/vuejs/vue-language-server/.gitignore -%%DATADIR%%/plugins/vuejs/vue-language-server/README.md -%%DATADIR%%/plugins/vuejs/vue-language-server/bin/vue-language-server.js -%%DATADIR%%/plugins/vuejs/vue-language-server/build.js -%%DATADIR%%/plugins/vuejs/vue-language-server/package-lock.json -%%DATADIR%%/plugins/vuejs/vue-language-server/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/LICENSE -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode_codepoint.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/encode.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/decode.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/entities.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/legacy.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/xml.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/readme.md -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/LICENSE -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/README.md -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/FeedHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Parser.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Tokenizer.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/WritableStream.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js -%%DATADIR%%/plugins/webComponents/lib/webComponents.jar -%%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar -%%DATADIR%%/plugins/webpack/lib/webpack.jar -%%DATADIR%%/plugins/yaml/lib/client/yaml-frontend.jar -%%DATADIR%%/plugins/yaml/lib/yaml-editing.jar -%%DATADIR%%/plugins/yaml/lib/yaml.jar -%%DATADIR%%/product-info.json diff --git a/devel/pycharm/Makefile b/devel/pycharm/Makefile index fb4090f343e6..1007e3124546 100644 --- a/devel/pycharm/Makefile +++ b/devel/pycharm/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycharm -DISTVERSION= 2025.1.2 +DISTVERSION= 2025.1.3.1 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ DIST_SUBDIR= jetbrains @@ -31,7 +31,7 @@ SHEBANG_FILES= plugins/python-ce/helpers/pycodestyle.py \ ONLY_FOR_ARCH= amd64 CPE_VENDOR= jetbrains -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ DATADIR= ${PREFIX}/share/jetbrains/${PORTNAME} diff --git a/devel/pycharm/distinfo b/devel/pycharm/distinfo index 8bde72aa1984..d091be984a61 100644 --- a/devel/pycharm/distinfo +++ b/devel/pycharm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749936209 -SHA256 (jetbrains/pycharm-2025.1.2.tar.gz) = 4a407779c5df9728e29698eeabdb4533911e755ead224d0c1deff959876c3108 -SIZE (jetbrains/pycharm-2025.1.2.tar.gz) = 1181368408 +TIMESTAMP = 1752489014 +SHA256 (jetbrains/pycharm-2025.1.3.1.tar.gz) = c8f5b42843ef21673dd94f0d565cda2d09dae595736e39cf510de9a0a8a07239 +SIZE (jetbrains/pycharm-2025.1.3.1.tar.gz) = 1185371744 diff --git a/devel/pycharm/pkg-plist b/devel/pycharm/pkg-plist index 4c91df0f6121..059f239b7292 100644 --- a/devel/pycharm/pkg-plist +++ b/devel/pycharm/pkg-plist @@ -27,14 +27,16 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/async-profiler/aarch64/dbghelp.dll %%DATADIR%%/lib/async-profiler/aarch64/jniSymbolsResolver.dll %%DATADIR%%/lib/async-profiler/aarch64/libasyncProfiler.dll +%%DATADIR%%/lib/async-profiler/aarch64/libasyncProfiler.so %%DATADIR%%/lib/async-profiler/aarch64/symsrv.dll %%DATADIR%%/lib/async-profiler/amd64/dbghelp.dll %%DATADIR%%/lib/async-profiler/amd64/jniSymbolsResolver.dll %%DATADIR%%/lib/async-profiler/amd64/libasyncProfiler.dll +%%DATADIR%%/lib/async-profiler/amd64/libasyncProfiler.so %%DATADIR%%/lib/async-profiler/amd64/symsrv.dll %%DATADIR%%/lib/async-profiler/libasyncProfiler.dylib %%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-PY-251.26094.141 +%%DATADIR%%/lib/build-marker-PY-251.26927.90 %%DATADIR%%/lib/ext/platform-main.jar %%DATADIR%%/lib/external-system-rt.jar %%DATADIR%%/lib/externalProcess-rt.jar @@ -268,6 +270,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar %%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png @@ -509,9 +512,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-b26f3e71634d.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-b26f3e71634d.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-09060db00ec0.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/browser.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/cancellationToken.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/diagnosticMessages.json @@ -537,6 +542,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2016.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.arraybuffer.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.date.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2017.full.d.ts @@ -589,6 +595,15 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.full.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2023.intl.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.arraybuffer.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.collection.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.full.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.object.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.promise.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.regexp.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.sharedmemory.d.ts +%%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es2024.string.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es5.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.es6.d.ts %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/lib.esnext.array.d.ts @@ -1221,8 +1236,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/pycharm-pro-customization/lib/modules/intellij.pycharm.pro.customizationTrial.jar %%DATADIR%%/plugins/pycharm-pro-customization/lib/pycharm-pro-customization.jar %%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/lib/pycharm-pro-sharedIndexes-bundled.jar -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-9f8e2b94138c-36ea0e71a18c.ijx -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-9f8e2b94138c-36ea0e71a18c.txt +%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-41e8cd69c857-64d779b69b7a.ijx +%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-41e8cd69c857-64d779b69b7a.txt %%DATADIR%%/plugins/python-ce/helpers/.gitignore %%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js @@ -1366,6 +1381,688 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/HTML-CSS/jax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/config.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/jax/output/PreviewHTML/jax.js +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/apps/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/global_settings.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/locale/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/conf/urls/static.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/actions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/helpers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/sites.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_modify.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/log.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/tests.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/autocomplete.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/views/main.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admin/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/admindocs/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/backends.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/base_user.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/handlers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/handlers/modwsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/hashers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/changepassword.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/createsuperuser.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/password_validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/tokens.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/auth/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/prefetch.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/contenttypes/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/sitemaps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/flatpages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/flatpages/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/admin/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/admin/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/const.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/pgraster.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/adapter.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/aggregates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/proxy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/conversion.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/feeds.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/forms/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/datasource.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/driver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/envelope.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/feature.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/field.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geometries.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geomtype.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/layer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/libgdal.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/ds.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/errcheck.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/generation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/geom.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/raster.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/band.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/const.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/source.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/gdal/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geometry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/collections.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/coordseq.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/factory.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/geometry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/io.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/libgeos.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/linestring.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/mutable_list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/point.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/polygon.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prepared.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/coordseq.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/errcheck.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/geom.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/io.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/misc.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/predicates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/prepared.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/threadsafe.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/topology.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/measure.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/ptr.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/serializers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/serializers/geojson.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/kml.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/layermapping.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinfo.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinspect.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/utils/srs.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/gis/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/humanize.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/api.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/cookie.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/fallback.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/storage/session.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/test.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/messages/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/general.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/statistics.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/constraints.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/array.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/citext.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/hstore.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/jsonb.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/ranges.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/fields/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/array.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/hstore.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/forms/ranges.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/indexes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/search.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/serializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/postgres/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/redirects/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cached_db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/file.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/backends/signed_cookies.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/base_session.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/clearsessions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sessions/serializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sitemaps/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/management.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/managers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/requests.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/sites/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/finders.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/handlers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/runserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/storage.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/testing.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/staticfiles/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/contrib/syndication/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/asgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/db.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/filebased.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/memcached.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/backends/redis.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/cache/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/async_checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/caches.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/compatibility/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/compatibility/django_4_0.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/database.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/files.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/messages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/model_checks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/security/sessions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/templates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/translation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/checks/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/images.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/locks.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/move.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/filesystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/handler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/memory.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/storage/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/temp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/uploadedfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/uploadhandler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/files/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/asgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/exception.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/handlers/wsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/console.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/filebased.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/backends/smtp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/message.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/mail/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/color.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/check.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/compilemessages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/createcachetable.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/dbshell.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/diffsettings.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/dumpdata.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/flush.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/inspectdb.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/loaddata.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/makemessages.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/makemigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/migrate.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/optimizemigration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/runserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sendtestemail.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/shell.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/showmigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlflush.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlmigrate.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/sqlsequencereset.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/squashmigrations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/startapp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/startproject.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/test.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/commands/testserver.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/sql.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/templates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/management/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/paginator.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/json.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/jsonl.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/python.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/pyyaml.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/serializers/xml_serializer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/servers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/servers/basehttp.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/signing.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/core/wsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/base/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/ddl_references.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/dummy/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/compiler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/mysql/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/functions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/oracle/validation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/postgresql/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/creation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/features.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/operations.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/sqlite3/schema.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/autodetector.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/executor.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/graph.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/loader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/migration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/special.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/operations/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/optimizer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/questioner.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/recorder.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/serializer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/state.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/migrations/writer.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/aggregates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/constraints.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/deletion.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/enums.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/expressions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/files.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/generated.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/json.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/proxy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related_descriptors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/related_lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/fields/reverse_related.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/comparison.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/datetime.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/math.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/text.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/functions/window.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/indexes.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/lookups.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/manager.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/query_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/compiler.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/datastructures.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/subqueries.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/sql/where.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/models/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/transaction.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/db/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/dispatch/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/dispatch/dispatcher.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/boundfield.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/formsets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/renderers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/forms/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/cookie.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/multipartparser.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/request.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/http/response.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/clickjacking.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/gzip.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/locale.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/middleware/security.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/shortcuts.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/django.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/jinja2.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/backends/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/context.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/context_processors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/defaultfilters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/defaulttags.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/engine.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/library.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loader_tags.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/app_directories.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/cached.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/filesystem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/loaders/locmem.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/response.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/smartif.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/template/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/l10n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/static.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/templatetags/tz.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/html.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/runner.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/selenium.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/testcases.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/test/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/conf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/converters.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/resolvers.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/urls/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/_os.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/archive.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/asyncio.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/autoreload.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/choices.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/connection.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/crypto.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/datastructures.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dateformat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dateparse.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/dates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/deconstruct.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/deprecation.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/duration.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/encoding.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/feedgenerator.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/formats.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/functional.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/hashable.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/html.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/inspect.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/ipv6.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/itercompat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/jslex.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/log.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/lorem_ipsum.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/module_loading.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/numberformat.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/regex_helper.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/safestring.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/termcolors.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/text.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/timesince.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/timezone.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/reloader.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/template.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/trans_null.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/translation/trans_real.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/tree.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/utils/xmlutils.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/clickjacking.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/csrf.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/gzip.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/decorators/vary.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/defaults.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/dates.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/detail.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/edit.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/generic/list.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/i18n.pyi +%%DATADIR%%/plugins/python-ce/helpers/bundled_stubs/Django/django-stubs/views/static.pyi %%DATADIR%%/plugins/python-ce/helpers/check_all_test_suite.py %%DATADIR%%/plugins/python-ce/helpers/conda_packaging_tool.py %%DATADIR%%/plugins/python-ce/helpers/coverage_runner/__init__.py @@ -1484,6 +2181,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/summary.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/templite.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tomlconfig.py +%%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/version.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py %%DATADIR%%/plugins/python-ce/helpers/docstring_formatter.py @@ -2108,6 +2806,14 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython.pyx +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_27_64.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_310_64.cpython-310-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_311_64.cpython-311-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_312_64.cpython-312-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_36_64.cpython-36m-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_37_64.cpython-37m-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_38_64.cpython-38-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_darwin_39_64.cpython-39-darwin.so %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_27_64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_cython_win32_310_32.cp310-win32.pyd @@ -2142,6 +2848,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win_amd64.pyd +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cpython-312-darwin.so %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.pyx %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_wrapper.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_plugin_utils.py @@ -2170,6 +2877,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/smart_step_into/pydevd_smart_step_into_util.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/__init__.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_image_loader.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_matplotlib_image.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_numpy_based_image.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/tables/images/pydevd_numpy_image.py @@ -2189,6 +2897,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pxd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_39_310.pyx +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_310_64.cpython-310-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_36_64.cpython-36m-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_37_64.cpython-37m-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_38_64.cpython-38-darwin.so +%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_darwin_39_64.cpython-39-darwin.so %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_32.cp310-win32.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_310_64.cp310-win_amd64.pyd %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_frame_eval/pydevd_frame_evaluator_win32_36_32.cp36-win32.pyd @@ -2556,6 +3269,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/cache/dabed8e65a/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/sdk_skeletons/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_extra_module_that_fails/after/cache/3db617e58b/.failed__mod.extra @@ -2698,37 +3413,50 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/after/sdk_skeletons/.state.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/binaries/mod.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/mocks/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/after/cache/72e55b8ef6/.failed__mod2 %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/after/sdk_skeletons/.state.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/required_gen_version +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/modification_time_left_in_state_json_for_new_binaries/binaries/mod.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/modification_time_left_in_state_json_for_new_binaries/mocks/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/after/sdk_skeletons/.state.json +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/binaries/mod1.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/cache/72e55b8ef6/mod2.py @@ -2736,6 +3464,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/.state.json @@ -2744,6 +3474,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/mod2.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/cache/72e55b8ef6/mod2.py @@ -2753,12 +3485,15 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/sdk_skeletons/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/before/cache/72e55b8ef6/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/before/cache/dabed8e65a/mod1.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/binaries/mod1.so +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/binaries/mod2.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/mocks/mod1.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/mocks/mod2.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/after/sdk_skeletons/.state.json %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/after/sdk_skeletons/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/before/sdk_skeletons/mod.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/binaries/mod.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/mocks/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/required_gen_version %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/mod.py @@ -2797,6 +3532,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_added/root/dir/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_removed/root/dir/mod.py %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.py +%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8 %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1 %%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1.0 @@ -8509,688 +9245,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-pyscript/lib/python-pyscript.jar %%DATADIR%%/plugins/python-sharedIndexes/lib/python-sharedIndexes.jar %%DATADIR%%/plugins/python/debugger-eggs-output/pydevd-pycharm.egg -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/apps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/apps/config.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/apps/registry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/global_settings.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/locale/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/urls/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/urls/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/conf/urls/static.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/actions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/filters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/helpers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/sites.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_modify.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/admin_urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/templatetags/log.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/tests.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/views/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/views/autocomplete.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/views/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/views/main.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admin/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/admindocs/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/backends.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/base_user.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/handlers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/handlers/modwsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/hashers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/changepassword.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/management/commands/createsuperuser.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/password_validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/tokens.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/auth/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/management/commands/remove_stale_contenttypes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/prefetch.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/contenttypes/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/sitemaps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/templatetags/flatpages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/flatpages/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/admin/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/admin/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/base/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/mysql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/oracle/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/const.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/pgraster.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/postgis/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/adapter.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/spatialite/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/aggregates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/proxy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/db/models/sql/conversion.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/feeds.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/forms/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/forms/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/datasource.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/driver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/envelope.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/error.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/feature.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/field.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geometries.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/geomtype.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/layer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/libgdal.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/ds.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/errcheck.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/generation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/geom.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/raster.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/prototypes/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/band.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/const.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/raster/source.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/gdal/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geoip2/resources.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geometry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/collections.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/coordseq.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/error.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/factory.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/geometry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/io.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/libgeos.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/linestring.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/mutable_list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/point.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/polygon.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prepared.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/coordseq.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/errcheck.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/geom.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/io.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/misc.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/predicates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/prepared.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/threadsafe.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/geos/prototypes/topology.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/measure.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/ptr.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/serializers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/serializers/geojson.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/kml.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/sitemaps/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/layermapping.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinfo.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/ogrinspect.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/utils/srs.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/gis/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/humanize/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/humanize/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/humanize/templatetags/humanize.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/api.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/cookie.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/fallback.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/storage/session.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/test.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/messages/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/general.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/aggregates/statistics.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/constraints.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/expressions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/array.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/citext.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/hstore.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/jsonb.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/ranges.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/fields/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/forms/array.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/forms/hstore.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/forms/ranges.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/indexes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/search.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/serializers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/postgres/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/redirects/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/cached_db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/file.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/backends/signed_cookies.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/base_session.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/management/commands/clearsessions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sessions/serializers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sitemaps/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sitemaps/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sitemaps/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/admin.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/management.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/managers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/middleware.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/requests.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/sites/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/finders.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/handlers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/collectstatic.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/findstatic.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/management/commands/runserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/storage.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/testing.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/staticfiles/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/syndication/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/syndication/apps.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/contrib/syndication/views.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/asgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/db.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/filebased.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/memcached.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/backends/redis.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/cache/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/async_checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/caches.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/compatibility/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/compatibility/django_4_0.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/database.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/files.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/messages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/model_checks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/registry.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/security/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/security/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/security/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/security/sessions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/templates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/translation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/checks/urls.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/images.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/locks.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/move.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/filesystem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/handler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/memory.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/storage/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/temp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/uploadedfile.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/uploadhandler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/files/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/asgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/exception.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/handlers/wsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/console.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/filebased.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/backends/smtp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/message.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/mail/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/color.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/check.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/compilemessages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/createcachetable.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/dbshell.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/diffsettings.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/dumpdata.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/flush.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/inspectdb.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/loaddata.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/makemessages.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/makemigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/migrate.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/optimizemigration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/runserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/sendtestemail.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/shell.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/showmigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/sqlflush.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/sqlmigrate.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/sqlsequencereset.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/squashmigrations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/startapp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/startproject.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/test.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/commands/testserver.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/sql.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/templates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/management/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/paginator.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/json.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/jsonl.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/python.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/pyyaml.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/serializers/xml_serializer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/servers/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/servers/basehttp.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/signing.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/validators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/core/wsgi.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/base/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/ddl_references.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/dummy/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/dummy/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/dummy/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/compiler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/mysql/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/functions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/oracle/validation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/postgresql/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/creation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/features.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/introspection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/operations.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/sqlite3/schema.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/autodetector.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/executor.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/graph.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/loader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/migration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/special.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/operations/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/optimizer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/questioner.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/recorder.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/serializer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/state.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/migrations/writer.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/aggregates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/constraints.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/deletion.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/enums.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/expressions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/files.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/generated.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/json.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/proxy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/related.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/related_descriptors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/related_lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/fields/reverse_related.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/comparison.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/datetime.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/math.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/mixins.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/text.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/functions/window.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/indexes.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/lookups.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/manager.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/options.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/query.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/query_utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/compiler.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/constants.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/datastructures.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/query.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/subqueries.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/sql/where.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/models/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/transaction.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/db/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/dispatch/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/dispatch/dispatcher.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/boundfield.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/fields.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/forms.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/formsets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/models.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/renderers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/forms/widgets.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/cookie.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/multipartparser.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/request.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/http/response.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/clickjacking.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/common.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/gzip.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/locale.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/middleware/security.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/shortcuts.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/django.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/dummy.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/jinja2.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/backends/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/context.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/context_processors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/defaultfilters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/defaulttags.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/engine.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/library.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loader_tags.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/app_directories.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/cached.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/filesystem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/loaders/locmem.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/response.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/smartif.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/template/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/l10n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/static.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/templatetags/tz.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/client.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/html.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/runner.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/selenium.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/signals.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/testcases.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/test/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/conf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/converters.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/exceptions.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/resolvers.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/urls/utils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/_os.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/archive.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/asyncio.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/autoreload.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/choices.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/connection.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/crypto.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/datastructures.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/dateformat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/dateparse.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/dates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/deconstruct.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/decorators.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/deprecation.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/duration.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/encoding.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/feedgenerator.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/formats.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/functional.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/hashable.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/html.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/inspect.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/ipv6.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/itercompat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/jslex.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/log.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/lorem_ipsum.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/module_loading.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/numberformat.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/regex_helper.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/safestring.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/termcolors.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/text.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/timesince.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/timezone.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/reloader.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/template.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/trans_null.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/translation/trans_real.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/tree.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/version.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/utils/xmlutils.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/debug.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/cache.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/clickjacking.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/common.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/csrf.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/debug.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/gzip.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/http.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/decorators/vary.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/defaults.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/__init__.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/base.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/dates.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/detail.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/edit.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/generic/list.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/i18n.pyi -%%DATADIR%%/plugins/python/helpers-pro/bundled_stubs/Django/django-stubs/views/static.pyi %%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/__init__.py %%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/pydev_jupyter_plugin.py %%DATADIR%%/plugins/python/helpers-pro/jupyter_debug/pydev_jupyter_utils.py @@ -9849,6 +9903,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLX.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libGLdispatch.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11-xcb.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libX11.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXau.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libXcomposite.so.1 @@ -9881,11 +9936,14 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdbus-1.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdrm.so.2 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libdw.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libe2p.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libelf.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libexpat.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libffi.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontconfig.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfontenc.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreebl3.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreeblpriv3.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfreetype.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libfribidi.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libgbm.so.1 @@ -9904,14 +9962,25 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblz4.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/liblzma.so.5 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libmount.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnspr4.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnss3.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnssckbi.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnssdbm3.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libnssutil3.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpango-1.0.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpci.so.3 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpcre.so.1 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpixman-1.so.0 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libplc4.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libplds4.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libpng15.so.15 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsecret-1.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libselinux.so.1 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsmime3.so +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsoftokn3.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsqlite3.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl.so.10 +%%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libssl3.so %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libstdc++.so.6 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libsystemd.so.0 %%DATADIR%%/plugins/remote-dev-server/selfcontained/lib/libthai.so.0 diff --git a/devel/tree-sitter/Makefile b/devel/tree-sitter/Makefile index c44cf1d95a4e..adc07eea666d 100644 --- a/devel/tree-sitter/Makefile +++ b/devel/tree-sitter/Makefile @@ -1,6 +1,6 @@ PORTNAME= tree-sitter DISTVERSIONPREFIX= v -DISTVERSION= 0.25.7 +DISTVERSION= 0.25.8 CATEGORIES= devel MAINTAINER= adamw@FreeBSD.org diff --git a/devel/tree-sitter/distinfo b/devel/tree-sitter/distinfo index 36c5b1e2fffc..4378a24efa58 100644 --- a/devel/tree-sitter/distinfo +++ b/devel/tree-sitter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752348522 -SHA256 (tree-sitter-tree-sitter-v0.25.7_GH0.tar.gz) = ef9d1afe8e81a508c28e529101f28ad38b785daf3acc0a2f707d00e8c4a498a8 -SIZE (tree-sitter-tree-sitter-v0.25.7_GH0.tar.gz) = 857417 +TIMESTAMP = 1752434812 +SHA256 (tree-sitter-tree-sitter-v0.25.8_GH0.tar.gz) = 178b575244d967f4920a4642408dc4edf6de96948d37d7f06e5b78acee9c0b4e +SIZE (tree-sitter-tree-sitter-v0.25.8_GH0.tar.gz) = 857462 diff --git a/devel/wasi-compiler-rt20/Makefile b/devel/wasi-compiler-rt20/Makefile index 25f97501f213..2cd2b30e3699 100644 --- a/devel/wasi-compiler-rt20/Makefile +++ b/devel/wasi-compiler-rt20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.7 +DISTVERSION= 20.1.8 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt diff --git a/devel/wasi-libcxx20/Makefile b/devel/wasi-libcxx20/Makefile index 398c70b0321d..a9f5bdc03230 100644 --- a/devel/wasi-libcxx20/Makefile +++ b/devel/wasi-libcxx20/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm20 -DISTVERSION= 20.1.7 +DISTVERSION= 20.1.8 MASTERDIR= ${.CURDIR}/../wasi-libcxx diff --git a/graphics/gimp3-app/pkg-plist b/graphics/gimp3-app/pkg-plist index 1725677a54b9..106dbf39c02d 100644 --- a/graphics/gimp3-app/pkg-plist +++ b/graphics/gimp3-app/pkg-plist @@ -377,7 +377,7 @@ lib/gimp/%%ABIVER%%/plug-ins/file-dicom/file-dicom lib/gimp/%%ABIVER%%/plug-ins/file-exr/file-exr lib/gimp/%%ABIVER%%/plug-ins/file-farbfeld/file-farbfeld lib/gimp/%%ABIVER%%/plug-ins/file-faxg3/file-faxg3 -lib/gimp/%%ABIVER%%/plug-ins/file-fits/file-fits +%%CFITSIO%%lib/gimp/%%ABIVER%%/plug-ins/file-fits/file-fits lib/gimp/%%ABIVER%%/plug-ins/file-fli/file-fli lib/gimp/%%ABIVER%%/plug-ins/file-gbr/file-gbr lib/gimp/%%ABIVER%%/plug-ins/file-gegl/file-gegl diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 057881eb99c8..e1be24f4825c 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= mupdf -DISTVERSION= 1.25.6 +DISTVERSION= 1.26.3 DISTVERSIONSUFFIX= -source PORTEPOCH= 1 CATEGORIES= graphics @@ -12,34 +12,41 @@ WWW= https://www.mupdf.com/ LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libcurl.so:ftp/curl \ +BUILD_DEPENDS= ${LOCALBASE}/bin/ar:devel/binutils +LIB_DEPENDS= libbrotlidec.so:archivers/brotli \ + libbrotlienc.so:archivers/brotli \ + libcurl.so:ftp/curl \ libfreetype.so:print/freetype2 \ + libgumbo.so:devel/gumbo \ libharfbuzz.so:print/harfbuzz \ libjbig2dec.so:graphics/jbig2dec \ libopenjp2.so:graphics/openjpeg -USES= compiler:c++11-lang cpe gl gmake jpeg pkgconfig xorg +USES= compiler:c++20-lang cpe gl gmake jpeg pkgconfig ssl xorg CPE_VENDOR= artifex USE_GL= gl glut USE_LDCONFIG= yes USE_XORG= x11 xcursor xext xinerama xrandr -MAKE_ARGS= build=release \ +_VERSION_MINOR= ${DISTVERSION:E} +_VERSION_MAJOR= ${DISTVERSION:R:E} +MAKE_ARGS= AR=${LOCALBASE}/bin/ar \ + build=release \ mandir=${PREFIX}/share/man \ prefix=${PREFIX} \ - SOVERSION=${DISTVERSION} \ + shared=yes \ + USE_SYSTEM_LIBS=yes \ verbose=yes \ - XCFLAGS+="-I${WRKSRC}/include/mupdf -fPIC" \ - XLIBS+="-L${LOCALBASE}/lib -L${WRKSRC}/build/release" + XCFLAGS="${CFLAGS} -I${WRKSRC}/include/mupdf -fPIC" \ + XLIB_LDFLAGS="-Wl,-soname,libmupdf.so.${_VERSION_MAJOR}" \ + XLIBS="-L${LOCALBASE}/lib -L${WRKSRC}/build/release ${LDFLAGS}" ALL_TARGET= all extra-libs - -# pkg-config to avoid the conflict with openjpeg15 -CFLAGS+= `pkg-config --cflags libopenjp2` -LDFLAGS+= `pkg-config --libs libjpeg libopenjp2` -ljbig2dec +INSTALL_TARGET= install install-extra-apps BINARY_ALIAS= bash=/bin/sh -PLIST_SUB= SOVERSION=${PORTVERSION} +PLIST_SUB= VERSION_MAJOR=${_VERSION_MAJOR} \ + VERSION_MINOR=${_VERSION_MINOR} OPTIONS_DEFINE= DOCS JS SCROLL OPTIONS_DEFAULT= SCROLL @@ -52,18 +59,8 @@ JS_MAKE_ARGS= V8_PRESENT=1 \ V8LIBS=-lv8 SCROLL_EXTRA_PATCHES= ${FILESDIR}/scroll_hack-platform__x11__pdfapp.c -post-patch: - @${REINPLACE_CMD} -e 's/-pipe -O2//' -e 's/-ldl//' ${WRKSRC}/Makerules - post-install: ${MV} ${STAGEDIR}${PREFIX}/bin/mupdf-x11 \ ${STAGEDIR}${PREFIX}/bin/mupdf - ${INSTALL_PROGRAM} \ - ${WRKSRC}/build/release/muraster \ - ${STAGEDIR}${PREFIX}/bin - ${LN} -s libmupdf.so.${PORTVERSION} \ - ${STAGEDIR}${PREFIX}/lib/libmupdf.so - ${LN} -s libmupdf-third.so.${PORTVERSION} \ - ${STAGEDIR}${PREFIX}/lib/libmupdf-third.so .include <bsd.port.mk> diff --git a/graphics/mupdf/distinfo b/graphics/mupdf/distinfo index 44b8a35ce355..afd38195b1a6 100644 --- a/graphics/mupdf/distinfo +++ b/graphics/mupdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745040655 -SHA256 (mupdf-1.25.6-source.tar.gz) = 5a51d8bd5ed690d3c8bf82b3c7c3f1cf5f9dde40887a36e3b5aa78a7e3ccd1bb -SIZE (mupdf-1.25.6-source.tar.gz) = 54637444 +TIMESTAMP = 1752431401 +SHA256 (mupdf-1.26.3-source.tar.gz) = ab467fc2d888cd8424cdce4bc6dd7ec61f34820582ddf3769a336e6909d9a48e +SIZE (mupdf-1.26.3-source.tar.gz) = 64525703 diff --git a/graphics/mupdf/files/patch-Makefile b/graphics/mupdf/files/patch-Makefile index f0e900bcb7d8..5e6e9433c122 100644 --- a/graphics/mupdf/files/patch-Makefile +++ b/graphics/mupdf/files/patch-Makefile @@ -1,26 +1,11 @@ -$OpenBSD: patch-Makefile,v 1.12 2016/12/12 10:54:39 sthen Exp $ ---- Makefile.orig 2022-10-30 12:16:03 UTC +--- Makefile.orig 2025-07-13 20:35:02 UTC +++ Makefile -@@ -257,17 +257,19 @@ $(THIRD_GLUT_LIB) : $(THIRD_GLUT_OBJ) - $(THREAD_LIB) : $(THREAD_OBJ) - $(PKCS7_LIB) : $(PKCS7_OBJ) - else --MUPDF_LIB = $(OUT)/libmupdf.a -+MUPDF_LIB = $(OUT)/libmupdf.so.$(SOVERSION) -+THIRD_LIB = $(OUT)/libmupdf-third.so.$(SOVERSION) - LIBS_TO_INSTALL_IN_LIB = $(MUPDF_LIB) $(THIRD_LIB) --THIRD_LIB = $(OUT)/libmupdf-third.a - ifneq ($(USE_SYSTEM_GLUT),yes) - THIRD_GLUT_LIB = $(OUT)/libmupdf-glut.a - endif - THREAD_LIB = $(OUT)/libmupdf-threads.a - PKCS7_LIB = $(OUT)/libmupdf-pkcs7.a +@@ -116,7 +116,7 @@ $(OUT)/generated/%.o : generated/%.c + $(CC_CMD) $(LIB_CFLAGS) $(WARNING_CFLAGS) $(THIRD_CFLAGS) $(THREADING_CFLAGS) --$(MUPDF_LIB) : $(MUPDF_OBJ) -+$(MUPDF_LIB) : $(MUPDF_OBJ) $(THIRD_LIB) -+ $(LINK_CMD) -shared -Wl,-soname -Wl,libmupdf.so.$(SOVERSION) - $(THIRD_LIB) : $(THIRD_OBJ) -+ $(LINK_CMD) -shared -Wl,-soname -Wl,libmupdf-third.so.$(SOVERSION) - $(THIRD_GLUT_LIB) : $(THIRD_GLUT_OBJ) - $(THREAD_LIB) : $(THREAD_OBJ) - $(PKCS7_LIB) : $(PKCS7_OBJ) + $(OUT)/generated/%.o : generated/%.c +- $(CC_CMD) $(WARNING_CFLAGS) $(LIB_CFLAGS) -O0 ++ $(CC_CMD) $(WARNING_CFLAGS) $(LIB_CFLAGS) + + $(OUT)/platform/x11/%.o : platform/x11/%.c + $(CC_CMD) $(WARNING_CFLAGS) $(X11_CFLAGS) diff --git a/graphics/mupdf/files/patch-Makerules b/graphics/mupdf/files/patch-Makerules index d03a83bbeb7d..00558a02e170 100644 --- a/graphics/mupdf/files/patch-Makerules +++ b/graphics/mupdf/files/patch-Makerules @@ -1,9 +1,57 @@ ---- Makerules.orig 2023-11-24 18:10:54 UTC +--- Makerules.orig 2025-05-19 15:38:05 UTC +++ Makerules -@@ -331,3 +331,43 @@ ifeq "$(OS)" "ios" +@@ -131,28 +131,28 @@ else ifeq ($(build),release) + CFLAGS += -pipe -g + LDFLAGS += -g + else ifeq ($(build),release) +- CFLAGS += -pipe -O2 -DNDEBUG ++ CFLAGS += -DNDEBUG + LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s + else ifeq ($(build),small) + CFLAGS += -pipe -Os -DNDEBUG + LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s + else ifeq ($(build),valgrind) +- CFLAGS += -pipe -O2 -DNDEBUG -DPACIFY_VALGRIND ++ CFLAGS += -DNDEBUG -DPACIFY_VALGRIND + LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s + else ifeq ($(build),sanitize) + CFLAGS += -pipe -g $(SANITIZE_FLAGS) + LDFLAGS += -g $(SANITIZE_FLAGS) + else ifeq ($(build),sanitize-release) +- CFLAGS += -pipe -O2 -DNDEBUG $(SANITIZE_FLAGS) ++ CFLAGS += -DNDEBUG $(SANITIZE_FLAGS) + LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s $(SANITIZE_FLAGS) + else ifeq ($(build),profile) +- CFLAGS += -pipe -O2 -DNDEBUG -pg ++ CFLAGS += -DNDEBUG -pg + LDFLAGS += -pg + else ifeq ($(build),coverage) + CFLAGS += -pipe -g -pg -fprofile-arcs -ftest-coverage + LIBS += -lgcov + else ifeq ($(build),native) +- CFLAGS += -pipe -O2 -DNDEBUG -march=native ++ CFLAGS += -DNDEBUG -march=native + LDFLAGS += $(LDREMOVEUNREACH) -Wl,-s + else ifeq ($(build),memento) + CFLAGS += -pipe -g -DMEMENTO -DMEMENTO_MUPDF_HACKS +@@ -162,11 +162,11 @@ else ifeq ($(build),memento) + ifeq ($(OS),OpenBSD) + LIBS += -L /usr/local/lib -l execinfo + else +- LIBS += -ldl ++ LIBS += + endif + endif + else ifeq ($(build),gperf) +- CFLAGS += -pipe -O2 -DNDEBUG -DGPERF ++ CFLAGS += -DNDEBUG -DGPERF + LIBS += -lprofiler + else + $(error unknown build setting: '$(build)') +@@ -201,6 +201,46 @@ ifeq ($(OS),Darwin) LD = xcrun ld RANLIB = xcrun ranlib - endif + + + +# added from FreeBSD ports @@ -44,3 +92,15 @@ +USE_SYSTEM_ZLIB := yes +SYS_ZLIB_CFLAGS := $(shell pkg-config --cflags zlib) +SYS_ZLIB_LIBS := $(shell pkg-config --libs zlib) + ifneq ($(ARCHFLAGS),) + $(warning "MacOS with ARCHFLAGS set. Assuming we are building for arm64, and setting HAVE_LIBCRYPTO to no.") + HAVE_LIBCRYPTO := no +@@ -220,7 +260,7 @@ else + HAVE_OBJCOPY := yes + endif + +- ifeq ($(OS),OpenBSD) ++ ifeq ($(OS),FreeBSD) + LDFLAGS += -pthread + endif + diff --git a/graphics/mupdf/pkg-plist b/graphics/mupdf/pkg-plist index 59aea52d60a8..5418efd0aad6 100644 --- a/graphics/mupdf/pkg-plist +++ b/graphics/mupdf/pkg-plist @@ -1,10 +1,12 @@ bin/mupdf bin/mupdf-gl +bin/mupdf-x11-curl bin/muraster bin/mutool include/mupdf/fitz.h include/mupdf/fitz/archive.h include/mupdf/fitz/band-writer.h +include/mupdf/fitz/barcode.h include/mupdf/fitz/bidi.h include/mupdf/fitz/bitmap.h include/mupdf/fitz/buffer.h @@ -29,6 +31,7 @@ include/mupdf/fitz/hash.h include/mupdf/fitz/heap-imp.h include/mupdf/fitz/heap.h include/mupdf/fitz/image.h +include/mupdf/fitz/json.h include/mupdf/fitz/link.h include/mupdf/fitz/log.h include/mupdf/fitz/outline.h @@ -79,10 +82,9 @@ include/mupdf/pdf/resource.h include/mupdf/pdf/xref.h include/mupdf/pdf/zugferd.h include/mupdf/ucdn.h -lib/libmupdf-third.so -lib/libmupdf-third.so.%%SOVERSION%% lib/libmupdf.so -lib/libmupdf.so.%%SOVERSION%% +lib/libmupdf.so.%%VERSION_MAJOR%% +lib/libmupdf.so.%%VERSION_MAJOR%%.%%VERSION_MINOR%% share/man/man1/mupdf.1.gz share/man/man1/mutool.1.gz %%PORTDOCS%%%%DOCSDIR%%/CHANGES diff --git a/graphics/zathura-pdf-mupdf/Makefile b/graphics/zathura-pdf-mupdf/Makefile index 63a4a241d273..ca48d5ee2792 100644 --- a/graphics/zathura-pdf-mupdf/Makefile +++ b/graphics/zathura-pdf-mupdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= zathura-pdf-mupdf DISTVERSION= 0.4.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= https://pwmt.org/projects/zathura-pdf-mupdf/download/ diff --git a/graphics/zathura-pdf-mupdf/files/patch-meson.build b/graphics/zathura-pdf-mupdf/files/patch-meson.build new file mode 100644 index 000000000000..52af85b6f040 --- /dev/null +++ b/graphics/zathura-pdf-mupdf/files/patch-meson.build @@ -0,0 +1,58 @@ +--- meson.build.orig 2024-08-04 08:34:58 UTC ++++ meson.build +@@ -22,8 +22,7 @@ cairo = dependency('cairo') + girara = dependency('girara-gtk3') + glib = dependency('glib-2.0') + cairo = dependency('cairo') +-mupdf = dependency('mupdf', required: false, version: '>=@0@.@1@'.format(mupdf_required_version_major, mupdf_required_version_minor)) +-mupdfthird = cc.find_library('mupdf-third') ++mupdf = cc.find_library('mupdf') + + build_dependencies = [ + zathura, +@@ -32,43 +31,19 @@ build_dependencies = [ + cairo, + ] + +-if not mupdf.found() +- # normal build of mupdf +- mupdf = cc.find_library('mupdf', has_headers: ['mupdf/fitz/version.h', 'mupdf/fitz.h', 'mupdf/pdf.h'], required: true) +- version_check = ''' +-#include <mupdf/fitz/version.h> ++ build_dependencies += [mupdf] + +-#if FZ_VERSION_MAJOR < @0@ || (FZ_VERSION_MAJOR == @0@ && FZ_VERSION_MINOR < @1@) +-#error "mupdf @0@.@1@ or newer is requried" +-#endif +-'''.format(mupdf_required_version_major, mupdf_required_version_minor) +- if not cc.compiles(version_check, dependencies: [mupdf]) +- error('mupdf @0@.@1@ or newer is required'.format(mupdf_required_version_major, mupdf_required_version_minor)) +- endif +- +- build_dependencies += [mupdf, mupdfthird] +-else +- # build from Debian's libmupdf-dev +- build_dependencies += [mupdf, mupdfthird] +- + libjpeg = dependency('libjpeg') + libjbig2dec = cc.find_library('jbig2dec') + libopenjp2 = dependency('libopenjp2') + gumbo = dependency('gumbo') +- tesseract = dependency('tesseract') +- leptonica = dependency('lept') +- mujs = dependency('mujs') + + build_dependencies += [ + libjpeg, + libjbig2dec, + libopenjp2, +- gumbo, +- tesseract, +- leptonica, +- mujs ++ gumbo + ] +-endif + + if get_option('plugindir') == '' + plugindir = zathura.get_variable(pkgconfig: 'plugindir') diff --git a/math/gismo/Makefile b/math/gismo/Makefile index 736e9da8ac9e..72b83c6681a2 100644 --- a/math/gismo/Makefile +++ b/math/gismo/Makefile @@ -1,6 +1,6 @@ PORTNAME= gismo DISTVERSIONPREFIX= v -DISTVERSION= 25.01.0 +DISTVERSION= 25.07.0 CATEGORIES= math # geometry MAINTAINER= yuri@FreeBSD.org @@ -32,6 +32,6 @@ CMAKE_ARGS+= -DTARGET_ARCHITECTURE="arm1176jzf-s" CMAKE_ARGS+= -DTARGET_ARCHITECTURE="cortex-a7" .endif -# tests as of 25.01.0: 99% tests passed, 1 tests failed out of 86, see https://github.com/gismo/gismo/issues/466 +# tests as of 25.07.0: 99% tests passed, 1 tests failed out of 90, see https://github.com/gismo/gismo/issues/466 .include <bsd.port.post.mk> diff --git a/math/gismo/distinfo b/math/gismo/distinfo index acabfa6372c8..d724c4281079 100644 --- a/math/gismo/distinfo +++ b/math/gismo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1736489045 -SHA256 (gismo-gismo-v25.01.0_GH0.tar.gz) = d1250b3d3a37c9d7d3f9cb63e4a36ae07b76aa47335847008be7516cc390c61e -SIZE (gismo-gismo-v25.01.0_GH0.tar.gz) = 17805040 +TIMESTAMP = 1752473570 +SHA256 (gismo-gismo-v25.07.0_GH0.tar.gz) = 6d20f0b43ed80d3bf34fcabdac10a6bed6afbb314239dcbd0495a362a87aca9a +SIZE (gismo-gismo-v25.07.0_GH0.tar.gz) = 17852458 diff --git a/math/gismo/files/patch-cmake_gsConfig.cmake b/math/gismo/files/patch-cmake_gsConfig.cmake deleted file mode 100644 index b889ae68462d..000000000000 --- a/math/gismo/files/patch-cmake_gsConfig.cmake +++ /dev/null @@ -1,14 +0,0 @@ -- -no-sse2 flag is added by cmake: https://github.com/gismo/gismo/issues/570 -- this triggers the clang crash: https://bugs.llvm.org/show_bug.cgi?id=51468 - ---- cmake/gsConfig.cmake.orig 2023-12-31 16:59:24 UTC -+++ cmake/gsConfig.cmake -@@ -270,7 +270,7 @@ endif() - #string(TOUPPER ${CMAKE_BUILD_TYPE} TEMP) - #message(STATUS "Using compilation flags: ${CMAKE_CXX_FLAGS}, ${CMAKE_CXX_FLAGS_${TEMP}}") - --if("x${CMAKE_BUILD_TYPE}" STREQUAL "xRelease" AND NOT ARCHITECTURE_CXX_FLAGS) -+if(FALSE AND "x${CMAKE_BUILD_TYPE}" STREQUAL "xRelease" AND NOT ARCHITECTURE_CXX_FLAGS) - include( OptimizeForArchitecture ) - OptimizeForArchitecture() - foreach (flag ${ARCHITECTURE_CXX_FLAGS}) diff --git a/math/gismo/pkg-plist b/math/gismo/pkg-plist index 72e4a2ea9e24..d0ab48de3f70 100644 --- a/math/gismo/pkg-plist +++ b/math/gismo/pkg-plist @@ -10,13 +10,14 @@ bin/basis_example bin/biharmonic2_example bin/biharmonic_example bin/commandLineArg_example +bin/compositions_example bin/constrained_fitting +bin/domains_example bin/fileIo_example bin/fitting_example bin/fitting_mspline bin/geometry_example bin/gsAdaptiveMeshing_example -bin/gsExpressions_test bin/gsHBox_example bin/gsInterpolateMap bin/gsMakeMultiPatch @@ -48,6 +49,7 @@ bin/quasiInterpolation_example bin/refitting_example bin/sparseSolvers_example bin/stokes_ieti_example +bin/surfaceReparametrization_example bin/thbRefinement_example bin/thbSplineBasis_example bin/triangulatedMeshToSolid_example @@ -55,7 +57,6 @@ bin/trilinos_example include/gismo/eiquadprog.hpp include/gismo/gdcpp.h include/gismo/gismo.h -include/gismo/gsAssembler/expr/precomputed_expr.h include/gismo/gsAssembler/gsAdaptiveMeshing.h include/gismo/gsAssembler/gsAdaptiveMeshingCompare.h include/gismo/gsAssembler/gsAdaptiveMeshingUtils.h @@ -69,8 +70,6 @@ include/gismo/gsAssembler/gsCPPInterface.h include/gismo/gsAssembler/gsDirichletValues.h include/gismo/gsAssembler/gsExprAssembler.h include/gismo/gsAssembler/gsExprEvaluator.h -include/gismo/gsAssembler/gsExprHelper.h -include/gismo/gsAssembler/gsExpressions.h include/gismo/gsAssembler/gsGaussRule.h include/gismo/gsAssembler/gsGenericAssembler.h include/gismo/gsAssembler/gsHeatEquation.h @@ -101,6 +100,9 @@ include/gismo/gsCore/gsBasisRefs.h include/gismo/gsCore/gsBoundary.h include/gismo/gsCore/gsBoxTopology.h include/gismo/gsCore/gsBulk.h +include/gismo/gsCore/gsComposedBasis.h +include/gismo/gsCore/gsComposedFunction.h +include/gismo/gsCore/gsComposedGeometry.h include/gismo/gsCore/gsConfig.h include/gismo/gsCore/gsConfigExt.h include/gismo/gsCore/gsConstantBasis.h @@ -108,8 +110,6 @@ include/gismo/gsCore/gsConstantFunction.h include/gismo/gsCore/gsCurve.h include/gismo/gsCore/gsDebug.h include/gismo/gsCore/gsDofMapper.h -include/gismo/gsCore/gsDomain.h -include/gismo/gsCore/gsDomainIterator.h include/gismo/gsCore/gsExport.h include/gismo/gsCore/gsField.h include/gismo/gsCore/gsFieldCreator.h @@ -137,6 +137,23 @@ include/gismo/gsCore/gsSurface.h include/gismo/gsCore/gsSysInfo.h include/gismo/gsCore/gsTemplateTools.h include/gismo/gsCore/gsVolume.h +include/gismo/gsDomain/gsBreaksIterator.h +include/gismo/gsDomain/gsCompositeDomain.h +include/gismo/gsDomain/gsDomain.h +include/gismo/gsDomain/gsDomainIterator.h +include/gismo/gsDomain/gsHDomain.h +include/gismo/gsDomain/gsHDomainBoundaryIterator.h +include/gismo/gsDomain/gsHDomainIterator.h +include/gismo/gsDomain/gsHDomainLeafIter.h +include/gismo/gsDomain/gsHDomainSliceIter.h +include/gismo/gsDomain/gsHTree.h +include/gismo/gsDomain/gsKdNode.h +include/gismo/gsDomain/gsKnotDomainIterator.h +include/gismo/gsDomain/gsPointDomain.h +include/gismo/gsDomain/gsPointDomainIterator.h +include/gismo/gsDomain/gsTensorDomain.h +include/gismo/gsDomain/gsTensorDomainBoundaryIterator.h +include/gismo/gsDomain/gsTensorDomainIterator.h include/gismo/gsEigen/Cholesky include/gismo/gsEigen/CholmodSupport include/gismo/gsEigen/Core @@ -474,21 +491,81 @@ include/gismo/gsEigen/src/plugins/IndexedViewMethods.h include/gismo/gsEigen/src/plugins/MatrixCwiseBinaryOps.h include/gismo/gsEigen/src/plugins/MatrixCwiseUnaryOps.h include/gismo/gsEigen/src/plugins/ReshapedMethods.h +include/gismo/gsExpressions/_expr.h +include/gismo/gsExpressions/_expr_macros.h +include/gismo/gsExpressions/abs_expr.h +include/gismo/gsExpressions/add_expr.h +include/gismo/gsExpressions/adjugate_expr.h +include/gismo/gsExpressions/asdiag_expr.h +include/gismo/gsExpressions/colBlocks_expr.h +include/gismo/gsExpressions/col_expr.h +include/gismo/gsExpressions/collapse_expr.h +include/gismo/gsExpressions/colsum_expr.h +include/gismo/gsExpressions/constMat_expr.h +include/gismo/gsExpressions/cross_expr.h +include/gismo/gsExpressions/curl_expr.h +include/gismo/gsExpressions/dJacG_expr.h +include/gismo/gsExpressions/dJacdc_expr.h +include/gismo/gsExpressions/diag_expr.h +include/gismo/gsExpressions/divide_expr.h +include/gismo/gsExpressions/example_expr.h +include/gismo/gsExpressions/exp_expr.h +include/gismo/gsExpressions/fform2nd_expr.h +include/gismo/gsExpressions/flat_expr.h +include/gismo/gsExpressions/frprod_expr.h +include/gismo/gsExpressions/grad_expr.h +include/gismo/gsExpressions/gsComposition.h +include/gismo/gsExpressions/gsExprHelper.h +include/gismo/gsExpressions/gsExpressions.h +include/gismo/gsExpressions/gsFeElement.h +include/gismo/gsExpressions/gsFeSolution.h +include/gismo/gsExpressions/gsFeSpace.h +include/gismo/gsExpressions/gsFeSpaceData.h +include/gismo/gsExpressions/gsFeVariable.h +include/gismo/gsExpressions/gsGeometryMap.h +include/gismo/gsExpressions/gsNullExpr.h +include/gismo/gsExpressions/gsVector_expr.h +include/gismo/gsExpressions/hess_expr.h +include/gismo/gsExpressions/idMat_expr.h +include/gismo/gsExpressions/integral_expr.h +include/gismo/gsExpressions/jacInv_expr.h +include/gismo/gsExpressions/jac_expr.h +include/gismo/gsExpressions/lapl_expr.h +include/gismo/gsExpressions/matrix_by_space_expr.h +include/gismo/gsExpressions/matrix_by_space_tr_expr.h +include/gismo/gsExpressions/max_expr.h +include/gismo/gsExpressions/meas_expr.h +include/gismo/gsExpressions/mult_expr.h +include/gismo/gsExpressions/nabla2_expr.h +include/gismo/gsExpressions/nabla_expr.h +include/gismo/gsExpressions/normal_expr.h +include/gismo/gsExpressions/onormal_expr.h +include/gismo/gsExpressions/pow_expr.h +include/gismo/gsExpressions/ppart_expr.h +include/gismo/gsExpressions/ppartval_expr.h +include/gismo/gsExpressions/precomputed_expr.h +include/gismo/gsExpressions/replicate_expr.h +include/gismo/gsExpressions/reshape_expr.h +include/gismo/gsExpressions/rowsum_expr.h +include/gismo/gsExpressions/sign_expr.h +include/gismo/gsExpressions/sub_expr.h +include/gismo/gsExpressions/summ_expr.h +include/gismo/gsExpressions/symbol_expr.h +include/gismo/gsExpressions/symm_expr.h +include/gismo/gsExpressions/symmetrize_expr.h +include/gismo/gsExpressions/tangent_expr.h +include/gismo/gsExpressions/temp_expr.h +include/gismo/gsExpressions/trace_expr.h +include/gismo/gsExpressions/transpose_expr.h +include/gismo/gsExpressions/value_expr.h +include/gismo/gsExpressions/voigt_expr.h include/gismo/gsHSplines/gsAABB.h include/gismo/gsHSplines/gsAAPolyline.h -include/gismo/gsHSplines/gsHBSpline.h -include/gismo/gsHSplines/gsHBSplineBasis.h include/gismo/gsHSplines/gsHBox.h include/gismo/gsHSplines/gsHBoxContainer.h include/gismo/gsHSplines/gsHBoxUtils.h -include/gismo/gsHSplines/gsHDomain.h -include/gismo/gsHSplines/gsHDomainBoundaryIterator.h -include/gismo/gsHSplines/gsHDomainIterator.h -include/gismo/gsHSplines/gsHDomainLeafIter.h -include/gismo/gsHSplines/gsHDomainSliceIter.h include/gismo/gsHSplines/gsHFitting.h include/gismo/gsHSplines/gsHTensorBasis.h -include/gismo/gsHSplines/gsKdNode.h include/gismo/gsHSplines/gsRationalTHBSpline.h include/gismo/gsHSplines/gsRationalTHBSplineBasis.h include/gismo/gsHSplines/gsTHBSpline.h @@ -500,8 +577,8 @@ include/gismo/gsIO/gsCsv.h include/gismo/gsIO/gsFileData.h include/gismo/gsIO/gsFileManager.h include/gismo/gsIO/gsGoTools.h -include/gismo/gsIO/gsIOUtils.h include/gismo/gsIO/gsOptionList.h +include/gismo/gsIO/gsOptionListXml.h include/gismo/gsIO/gsParaviewCollection.h include/gismo/gsIO/gsParaviewDataSet.h include/gismo/gsIO/gsParaviewUtils.h @@ -559,6 +636,7 @@ include/gismo/gsModeling/gsSolidHalfEdge.h include/gismo/gsModeling/gsSolidHalfFace.h include/gismo/gsModeling/gsSolidHeVertex.h include/gismo/gsModeling/gsSpringPatch.h +include/gismo/gsModeling/gsSurfaceReparameterization.h include/gismo/gsModeling/gsTemplate.h include/gismo/gsModeling/gsTriMeshToSolid.h include/gismo/gsModeling/gsTrimSurface.h @@ -573,6 +651,7 @@ include/gismo/gsNurbs/gsBoehm.h include/gismo/gsNurbs/gsCurveCurveIntersection.h include/gismo/gsNurbs/gsKnotIterator.h include/gismo/gsNurbs/gsKnotVector.h +include/gismo/gsNurbs/gsMobiusMap.h include/gismo/gsNurbs/gsNurbs.h include/gismo/gsNurbs/gsNurbsBasis.h include/gismo/gsNurbs/gsNurbsCreator.h @@ -580,8 +659,6 @@ include/gismo/gsNurbs/gsTensorBSpline.h include/gismo/gsNurbs/gsTensorBSplineBasis.h include/gismo/gsNurbs/gsTensorNurbs.h include/gismo/gsNurbs/gsTensorNurbsBasis.h -include/gismo/gsOpennurbs/gsReadOpenNurbs.h -include/gismo/gsOpennurbs/gsWriteOpenNurbs.h include/gismo/gsOptimizer/gsFunctionAdaptor.h include/gismo/gsOptimizer/gsGradientDescent.h include/gismo/gsOptimizer/gsLevenbergMarquardt.h @@ -626,13 +703,10 @@ include/gismo/gsSolver/gsSumOp.h include/gismo/gsTensor/gsGenericTensorBasis.h include/gismo/gsTensor/gsGridIterator.h include/gismo/gsTensor/gsTensorBasis.h -include/gismo/gsTensor/gsTensorDomainBoundaryIterator.h -include/gismo/gsTensor/gsTensorDomainIterator.h include/gismo/gsTensor/gsTensorTools.h include/gismo/gsUtils/gsBoundedPriorityQueue.h include/gismo/gsUtils/gsCombinatorics.h include/gismo/gsUtils/gsFunctionWithDerivatives.h -include/gismo/gsUtils/gsKDTree.h include/gismo/gsUtils/gsL2Projection.h include/gismo/gsUtils/gsMesh/gsBoundingBox.h include/gismo/gsUtils/gsMesh/gsCell.h @@ -711,7 +785,7 @@ lib/gismo/ofa/cpuinfo_x86.cxx lib/libgismo.a lib/libgismo.so lib/libgismo.so.25 -lib/libgismo.so.25.1.0 +lib/libgismo.so.25.7.0 libdata/pkgconfig/gismo.pc %%DATADIR%%data/breps/2D/duck_BRep.xml %%DATADIR%%data/breps/3D/duck_BRep.xml @@ -763,6 +837,8 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/pde/poisson2d_bvp_bin.xml %%DATADIR%%data/pde/poisson2d_sin.xml %%DATADIR%%data/pde/poisson3d_sin.xml +%%DATADIR%%data/pde/surfacepoisson_sphere_bvp.xml +%%DATADIR%%data/pde/surfacepoisson_torus_bvp.xml %%DATADIR%%data/planar/hexagon_3p.xml %%DATADIR%%data/planar/hexagon_5p.xml %%DATADIR%%data/planar/lshape2d_3patches_tens.xml @@ -778,6 +854,7 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/stl/patchLisa.stl %%DATADIR%%data/stl/patchLisa_1.stl %%DATADIR%%data/surfaces/car.xml +%%DATADIR%%data/surfaces/crazySurf.xml %%DATADIR%%data/surfaces/cylinder.xml %%DATADIR%%data/surfaces/egg.xml %%DATADIR%%data/surfaces/g_plus_s_surf.xml @@ -788,6 +865,11 @@ libdata/pkgconfig/gismo.pc %%DATADIR%%data/surfaces/thbs_face_3levels.xml %%DATADIR%%data/thbbasis/simple.xml %%DATADIR%%data/thbbasis/thbs_basis_02.xml +%%DATADIR%%data/unittests/gsComposedBasis.xml +%%DATADIR%%data/unittests/gsComposedFunction.xml +%%DATADIR%%data/unittests/gsComposedGeometry.xml +%%DATADIR%%data/unittests/gsConstantFunction.xml +%%DATADIR%%data/unittests/gsFunctionExpr.xml %%DATADIR%%data/unittests/matrix.xml %%DATADIR%%data/volumes/GshapedVolume.xml %%DATADIR%%data/volumes/cube.xml diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 5ddb6ca33416..eed99f22294e 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -1,6 +1,6 @@ PORTNAME= scilab DISTVERSION= 6.1.1 -PORTREVISION= 22 +PORTREVISION= 23 CATEGORIES= math cad java MASTER_SITES= https://www.scilab.org/download/${DISTVERSION}/ DISTFILES= ${DISTNAME}-src${EXTRACT_SUFX} @@ -14,8 +14,6 @@ LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/COPYING-BSD -BROKEN= Fails to build, configure: error: Could not find or use the Java package/jar saxon used by Saxon XSLT Processor (looking for package com.icl.saxon.Loader) - LIB_DEPENDS= libpcre.so:devel/pcre \ libcurl.so:ftp/curl \ libhdf5.so:science/hdf5 \ @@ -86,7 +84,7 @@ _GUI_DEPENDS+= ${JAVALIBDIR}/commons-beanutils.jar:java/apache-commons-beanutils ${LOCALBASE}/bin/splint:devel/splint # Documentation building: _GUI_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/javahelp/javahelp.xsl:textproc/docbook-xsl \ - ${JAVALIBDIR}/saxon-he-12.6.jar:textproc/saxon-he \ + saxon-he>=12.8:textproc/saxon-he \ ${_JAVADIR}/xml-commons/xml-apis-ext.jar:textproc/xml-commons \ xsltproc:textproc/libxslt # Other gui deps: @@ -148,6 +146,7 @@ FFLAGS+= -fallow-argument-mismatch post-patch: @${REINPLACE_CMD} 's,/usr/local,${LOCALBASE},' ${WRKSRC}/etc/librarypath.xml @${REINPLACE_CMD} -e 's, gfortran, ${FC},' ${WRKSRC}/modules/dynamic_link/src/scripts/configure + @${REINPLACE_CMD} -e 's,valgrind,X_X_NONEXIST_X_X,' ${WRKSRC}/configure .if ${COMPILER_TYPE} == clang @${REINPLACE_CMD} -e 's|std::filesystem|std::__fs::filesystem|g' \ ${WRKSRC}/modules/fileio/src/cpp/fullpath.cpp \ diff --git a/math/scilab/files/patch-libxml2.13 b/math/scilab/files/patch-libxml2.13 new file mode 100644 index 000000000000..d304ca60c5df --- /dev/null +++ b/math/scilab/files/patch-libxml2.13 @@ -0,0 +1,41 @@ +diff -up modules/scicos/src/cpp/XMIResource_load.cpp.orig modules/scicos/src/cpp/XMIResource_load.cpp +--- modules/scicos/src/cpp/XMIResource_load.cpp.orig 2021-07-15 13:55:14.000000000 +0200 ++++ modules/scicos/src/cpp/XMIResource_load.cpp 2025-07-14 14:43:30.773655000 +0200 +@@ -56,11 +56,11 @@ struct LibXML2State + LibXML2State() + { + xmlGenericErrorFunc f = &console_print; +- initGenericErrorDefaultFunc(&f); ++ xmlSetGenericErrorFunc(nullptr, f); + } + ~LibXML2State() + { +- initGenericErrorDefaultFunc(nullptr); ++ xmlSetGenericErrorFunc(nullptr, nullptr); + } + }; + +diff -up modules/xml/src/cpp/XMLDocument.cpp.orig modules/xml/src/cpp/XMLDocument.cpp +--- modules/xml/src/cpp/XMLDocument.cpp.orig 2021-07-15 13:55:21.000000000 +0200 ++++ modules/xml/src/cpp/XMLDocument.cpp 2025-07-14 14:31:16.844487000 +0200 +@@ -520,7 +520,7 @@ void XMLDocument::errorFunction(void *ctx, const char + errorBuffer.append(str); + } + +-void XMLDocument::errorXPathFunction(void *ctx, xmlError * error) ++void XMLDocument::errorXPathFunction(void *ctx, const xmlError * error) + { + errorXPathBuffer.append(error->message); + } +diff -up modules/xml/src/cpp/XMLDocument.hxx.orig modules/xml/src/cpp/XMLDocument.hxx +--- modules/xml/src/cpp/XMLDocument.hxx.orig 2021-07-15 13:55:21.000000000 +0200 ++++ modules/xml/src/cpp/XMLDocument.hxx 2025-07-14 14:31:29.264578000 +0200 +@@ -175,7 +175,7 @@ class XML_SCILAB_IMPEXP XMLDocument: public XMLObject + * Error function used when the XPath query is compiled/ + * @see http://xmlsoft.org/html/libxml-xmlerror.html#xmlStructuredErrorFunc + */ +- static void errorXPathFunction(void *ctx, xmlError * error); ++ static void errorXPathFunction(void *ctx, const xmlError * error); + + /** + * Reads and parses a document given in a file. diff --git a/misc/llama-cpp/Makefile b/misc/llama-cpp/Makefile index c314d14b277e..26624d563682 100644 --- a/misc/llama-cpp/Makefile +++ b/misc/llama-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= llama-cpp DISTVERSIONPREFIX= b -DISTVERSION= 5862 +DISTVERSION= 5891 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/misc/llama-cpp/distinfo b/misc/llama-cpp/distinfo index 49c7c2cacb3d..61d48f40a276 100644 --- a/misc/llama-cpp/distinfo +++ b/misc/llama-cpp/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752140413 -SHA256 (ggerganov-llama.cpp-b5862_GH0.tar.gz) = 987e8e7a58a38e30c0966c59f65318c7e18506685f580bf70dcda2dc892aa47f -SIZE (ggerganov-llama.cpp-b5862_GH0.tar.gz) = 25043505 +TIMESTAMP = 1752483190 +SHA256 (ggerganov-llama.cpp-b5891_GH0.tar.gz) = c3475547d5036ba2afa9467e6adbc6c617f5eba7d6256a96fa8c8f2206429842 +SIZE (ggerganov-llama.cpp-b5891_GH0.tar.gz) = 25176497 SHA256 (nomic-ai-kompute-4565194_GH0.tar.gz) = 95b52d2f0514c5201c7838348a9c3c9e60902ea3c6c9aa862193a212150b2bfc SIZE (nomic-ai-kompute-4565194_GH0.tar.gz) = 13540496 diff --git a/misc/py-litellm/Makefile b/misc/py-litellm/Makefile index 495ede95db1b..cb9a31128083 100644 --- a/misc/py-litellm/Makefile +++ b/misc/py-litellm/Makefile @@ -1,5 +1,5 @@ PORTNAME= litellm -DISTVERSION= 1.74.0 +DISTVERSION= 1.74.3 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/misc/py-litellm/distinfo b/misc/py-litellm/distinfo index dac2a2b05f8f..ca5dfabc1818 100644 --- a/misc/py-litellm/distinfo +++ b/misc/py-litellm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751699635 -SHA256 (litellm-1.74.0.tar.gz) = 2ee64579568cc81835025db45da6d91ee7ec6706ab4adf1a833866999ed822e7 -SIZE (litellm-1.74.0.tar.gz) = 9095626 +TIMESTAMP = 1752454835 +SHA256 (litellm-1.74.3.tar.gz) = a9e87ebe78947ceec67e75f830f1c956cc653b84563574241acea9c84e7e3ca1 +SIZE (litellm-1.74.3.tar.gz) = 9256457 diff --git a/net-mgmt/icingadb/Makefile b/net-mgmt/icingadb/Makefile index eb0452038bf2..93e83b0e2dcf 100644 --- a/net-mgmt/icingadb/Makefile +++ b/net-mgmt/icingadb/Makefile @@ -1,7 +1,6 @@ PORTNAME= icingadb DISTVERSIONPREFIX= v -DISTVERSION= 1.2.0 -PORTREVISION= 7 +DISTVERSION= 1.4.0 CATEGORIES= net-mgmt MAINTAINER= dvl@FreeBSD.org @@ -39,7 +38,7 @@ SUB_LIST+= ICINGA2USER=${ICINGA2USER} \ PREFIX=${PREFIX} post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX|${PREFIX}|g' ${WRKSRC}/pkg/config/config.go + @${REINPLACE_CMD} -e 's|%%PREFIX|${PREFIX}|g' ${WRKSRC}/internal/config/config.go post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} diff --git a/net-mgmt/icingadb/distinfo b/net-mgmt/icingadb/distinfo index b692bebb072e..d169b14713ee 100644 --- a/net-mgmt/icingadb/distinfo +++ b/net-mgmt/icingadb/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1722340400 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.mod) = 7ae965983fb00d3e058aad4e8d38d15eeac66c314cc8b6830a4b3b2983dbfe12 -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.mod) = 1502 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.zip) = a7ff457bad4ef78a5c65d3fc06571541bec5deee6f0fabbfd88a888e263dcc6d -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/v1.2.0.zip) = 3379031 -SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/Icinga-icingadb-v1.2.0_GH0.tar.gz) = f3452f796a471e848c2e51d2820444df8907be7f972cdd139e2abcd6f66a4890 -SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.2.0_GH0/Icinga-icingadb-v1.2.0_GH0.tar.gz) = 3345811 +TIMESTAMP = 1752491323 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.mod) = af22816190cdd4935f3dd696a4e98f6b2246d8580460173f126c408299258d3c +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.mod) = 1625 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.zip) = eb065d6314499169207e9d47b04714cb5afa858a3fe7b4ce5a5c943295bdf930 +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/v1.4.0.zip) = 3354764 +SHA256 (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/Icinga-icingadb-v1.4.0_GH0.tar.gz) = e244998da7c6f817fc590ca0852451a12fee4bc8fda8d3183c4f6c4df1ab38bd +SIZE (go/net-mgmt_icingadb/Icinga-icingadb-v1.4.0_GH0/Icinga-icingadb-v1.4.0_GH0.tar.gz) = 3343081 diff --git a/net-mgmt/icingadb/files/patch-internal_config_config.go b/net-mgmt/icingadb/files/patch-internal_config_config.go new file mode 100644 index 000000000000..418f02d52e51 --- /dev/null +++ b/net-mgmt/icingadb/files/patch-internal_config_config.go @@ -0,0 +1,11 @@ +--- internal/config/config.go.orig 2025-07-14 11:25:55 UTC ++++ internal/config/config.go +@@ -56,7 +56,7 @@ type Flags struct { + Version bool `long:"version" description:"print version and exit"` + + // Config is the path to the config file. If not provided, it defaults to DefaultConfigPath. +- Config string `short:"c" long:"config" description:"path to config file (default: /etc/icingadb/config.yml)"` ++ Config string `short:"c" long:"config" description:"path to config file (default: %%PREFIX%%/etc/icingadb/config.yml)"` + // default must be kept in sync with DefaultConfigPath. + + // DatabaseAutoImport results in an initial schema check and update; mostly for containerized setups. diff --git a/net-mgmt/icingadb/files/patch-pkg_config_config.go b/net-mgmt/icingadb/files/patch-pkg_config_config.go deleted file mode 100644 index 1b5b0066118c..000000000000 --- a/net-mgmt/icingadb/files/patch-pkg_config_config.go +++ /dev/null @@ -1,11 +0,0 @@ ---- pkg/config/config.go.orig 2023-09-08 17:19:58 UTC -+++ pkg/config/config.go -@@ -46,7 +46,7 @@ type Flags struct { - // Version decides whether to just print the version and exit. - Version bool `long:"version" description:"print version and exit"` - // Config is the path to the config file -- Config string `short:"c" long:"config" description:"path to config file" required:"true" default:"/etc/icingadb/config.yml"` -+ Config string `short:"c" long:"config" description:"path to config file" required:"true" default:"%%PREFIX%%/etc/icinga2/icingadb.yml"` - } - - // FromYAMLFile returns a new Config value created from the given YAML config file. diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 7f9712b57b9d..1a372e5bb819 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,7 +1,10 @@ PORTNAME= gnutls -DISTVERSION= 3.8.9 +DISTVERSION= 3.8.10 CATEGORIES= security net -MASTER_SITES= GNUPG/${PORTNAME}/v${DISTVERSION:C/(\.[^.]*).*/\1/} +MASTER_SITES= GNUPG/${PORTNAME}/v${DISTVERSION:C/(\.[^.]*).*/\1/} \ + https://gitlab.com/gnutls/gnutls/-/raw/${DISTVERSION}/tests/:test +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ktls_utils.h:test +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= tijl@FreeBSD.org COMMENT= GNU Transport Layer Security library @@ -12,10 +15,12 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LESSERv2 -LIB_DEPENDS= libgmp.so:math/gmp \ +LIB_DEPENDS= libbrotlienc.so:archivers/brotli \ + libgmp.so:math/gmp \ libnettle.so:security/nettle \ libtasn1.so:security/libtasn1 \ - libunistring.so:devel/libunistring + libunistring.so:devel/libunistring \ + libzstd.so:archivers/zstd USES= compiler:c11 cpe gmake iconv libtool localbase makeinfo \ pkgconfig tar:xz @@ -28,11 +33,11 @@ CONFIGURE_ARGS= --disable-rpath \ --enable-openssl-compatibility \ --with-default-trust-store-dir=/etc/ssl/certs \ --with-system-priority-file=${PREFIX}/etc/gnutls/config \ - --without-brotli \ + --with-brotli \ --without-included-libtasn1 \ --without-tpm \ --without-tpm2 \ - --without-zstd + --with-zstd MAKE_ENV= MAKEINFOFLAGS=--no-split INSTALL_TARGET= install-strip @@ -73,6 +78,7 @@ P11KIT_CONFIGURE_WITH= p11-kit SRP_CONFIGURE_ENABLE= srp-authentication post-patch: + @${CP} -p ${DISTDIR}/ktls_utils.h ${WRKSRC}/tests/ @${RM} ${WRKSRC}/doc/*.info* @${REINPLACE_CMD} 's,/usr/share,${PREFIX}/share,' \ ${WRKSRC}/doc/manpages/*.[13] diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index fe6e2e9317b8..a67d8f2ab573 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1739176636 -SHA256 (gnutls-3.8.9.tar.xz) = 69e113d802d1670c4d5ac1b99040b1f2d5c7c05daec5003813c049b5184820ed -SIZE (gnutls-3.8.9.tar.xz) = 6847364 +TIMESTAMP = 1752249814 +SHA256 (gnutls-3.8.10.tar.xz) = db7fab7cce791e7727ebbef2334301c821d79a550ec55c9ef096b610b03eb6b7 +SIZE (gnutls-3.8.10.tar.xz) = 6909856 +SHA256 (ktls_utils.h) = e41d33289c63573c59d2d02b4110a2f63651add28001031e6dc20327d096b734 +SIZE (ktls_utils.h) = 1983 diff --git a/security/gnutls/files/patch-lib_system_ktls.c b/security/gnutls/files/patch-lib_system_ktls.c new file mode 100644 index 000000000000..3c0dbc6a8734 --- /dev/null +++ b/security/gnutls/files/patch-lib_system_ktls.c @@ -0,0 +1,18 @@ +--- lib/system/ktls.c.orig 2025-04-11 11:51:08 UTC ++++ lib/system/ktls.c +@@ -1076,6 +1076,7 @@ int _gnutls_ktls_recv_control_msg(gnutls_session_t ses + default: + return GNUTLS_E_PULL_ERROR; + } ++#ifdef EKEYEXPIRED + } else if (unlikely(ret == -EKEYEXPIRED)) { + /* This will be received until a keyupdate is performed on the + scoket. */ +@@ -1083,6 +1084,7 @@ int _gnutls_ktls_recv_control_msg(gnutls_session_t ses + "updated keys\n"); + gnutls_assert(); + return GNUTLS_E_AGAIN; ++#endif + } + + /* connection closed */ diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index 14edcf814711..45fd3c64ee3a 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -35,7 +35,7 @@ lib/libgnutls-openssl.so.27 lib/libgnutls-openssl.so.27.0.2 lib/libgnutls.so lib/libgnutls.so.30 -lib/libgnutls.so.30.40.3 +lib/libgnutls.so.30.40.4 lib/libgnutlsxx.so lib/libgnutlsxx.so.30 lib/libgnutlsxx.so.30.0.0 diff --git a/security/seahorse/Makefile b/security/seahorse/Makefile index 76b93450b3f5..d7ff8f7417ed 100644 --- a/security/seahorse/Makefile +++ b/security/seahorse/Makefile @@ -1,6 +1,5 @@ PORTNAME= seahorse -PORTVERSION= 41.0 -PORTREVISION= 4 +PORTVERSION= 47.0.1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome @@ -10,7 +9,8 @@ PATCHFILES+= aa68522cc696fa491ccfdff735b77bcf113168d0.patch:-p1 # Fix build with MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME application for managing encryption keys (PGP, SSH) -WWW= https://wiki.gnome.org/Apps/Seahorse +WWW= https://wiki.gnome.org/Apps/Seahorse \ + https://gitlab.gnome.org/GNOME/seahorse LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING @@ -22,11 +22,12 @@ LIB_DEPENDS= libgcr-base-3.so:security/gcr3 \ libhandy-1.so:x11-toolkits/libhandy \ libpwquality.so:security/libpwquality \ libsecret-1.so:security/libsecret \ - libsoup-2.4.so:devel/libsoup + libsoup-3.0.so:devel/libsoup3 RUN_DEPENDS= gnupg>=2.1.4:security/gnupg USES= cpe gettext gnome localbase:ldflags meson pkgconfig \ python:build tar:xz vala:build xorg +CPE_VENDOR= gnome USE_CSTD= c99 USE_GNOME= gtk30 GLIB_SCHEMAS= org.gnome.seahorse.gschema.xml \ @@ -34,7 +35,6 @@ GLIB_SCHEMAS= org.gnome.seahorse.gschema.xml \ org.gnome.seahorse.window.gschema.xml USE_LDCONFIG= yes USE_XORG= sm -CPE_VENDOR= gnome MESON_ARGS= -Dcheck-compatible-gpg=false \ -Dhkp-support=true \ diff --git a/security/seahorse/distinfo b/security/seahorse/distinfo index 614fbb838ea0..a57013811960 100644 --- a/security/seahorse/distinfo +++ b/security/seahorse/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1750438455 -SHA256 (gnome/seahorse-41.0.tar.xz) = e6eec09e810448295f547f18c1d5772b65c3edc1d9e5a2595f10b5dde68929f5 -SIZE (gnome/seahorse-41.0.tar.xz) = 1371984 +TIMESTAMP = 1752525378 +SHA256 (gnome/seahorse-47.0.1.tar.xz) = 9c1917e4a61f7febb787849ce36ce717fce706c346880b991d056d54dadbcacc +SIZE (gnome/seahorse-47.0.1.tar.xz) = 1401872 SHA256 (gnome/aa68522cc696fa491ccfdff735b77bcf113168d0.patch) = 026b9ab0bce4b670cc3dd0910cdd5551e5965a32f07e19374c944fd7624bea78 SIZE (gnome/aa68522cc696fa491ccfdff735b77bcf113168d0.patch) = 715 diff --git a/security/seahorse/pkg-plist b/security/seahorse/pkg-plist index 77ce53b2b950..5c0c84e16a23 100644 --- a/security/seahorse/pkg-plist +++ b/security/seahorse/pkg-plist @@ -92,6 +92,50 @@ share/help/ca/seahorse/ssh-import.page share/help/ca/seahorse/subkeys-add.page share/help/ca/seahorse/subkeys-examine.page share/help/ca/seahorse/subkeys-revoke.page +share/help/da/seahorse/about-diff-private-public.page +share/help/da/seahorse/about-pgp.page +share/help/da/seahorse/about-ssh.page +share/help/da/seahorse/concepts.page +share/help/da/seahorse/glossary.page +share/help/da/seahorse/index.page +share/help/da/seahorse/introduction.page +share/help/da/seahorse/key-servers-add.page +share/help/da/seahorse/keyring-change-default.page +share/help/da/seahorse/keyring-create.page +share/help/da/seahorse/keyring-lock.page +share/help/da/seahorse/keyring-unlock.page +share/help/da/seahorse/keyring-update-password.page +share/help/da/seahorse/keyring.page +share/help/da/seahorse/legal.xml +share/help/da/seahorse/media/dialog-password-symbolic.svg +share/help/da/seahorse/media/org.gnome.seahorse.Application.svg +share/help/da/seahorse/misc-key-backup.page +share/help/da/seahorse/misc-key-fingerprint.page +share/help/da/seahorse/passwords-stored-create.page +share/help/da/seahorse/passwords-view.page +share/help/da/seahorse/pgp-create.page +share/help/da/seahorse/pgp-delete.page +share/help/da/seahorse/pgp-expiration-change.page +share/help/da/seahorse/pgp-expired.page +share/help/da/seahorse/pgp-export.page +share/help/da/seahorse/pgp-import.page +share/help/da/seahorse/pgp-photoid.page +share/help/da/seahorse/pgp-publish.page +share/help/da/seahorse/pgp-retrieve-remote.page +share/help/da/seahorse/pgp-sign.page +share/help/da/seahorse/pgp-subkeys.page +share/help/da/seahorse/pgp-sync.page +share/help/da/seahorse/pgp-userid-add.page +share/help/da/seahorse/pgp-userid-primary.page +share/help/da/seahorse/pgp-userid-remove.page +share/help/da/seahorse/pgp-userid.page +share/help/da/seahorse/ssh-connect-remote.page +share/help/da/seahorse/ssh-create.page +share/help/da/seahorse/ssh-export.page +share/help/da/seahorse/ssh-import.page +share/help/da/seahorse/subkeys-add.page +share/help/da/seahorse/subkeys-examine.page +share/help/da/seahorse/subkeys-revoke.page share/help/cs/seahorse/about-diff-private-public.page share/help/cs/seahorse/about-pgp.page share/help/cs/seahorse/about-ssh.page @@ -709,7 +753,8 @@ share/help/uk/seahorse/subkeys-add.page share/help/uk/seahorse/subkeys-examine.page share/help/uk/seahorse/subkeys-revoke.page share/icons/hicolor/scalable/apps/org.gnome.seahorse.Application.svg -share/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application-symbolic.svg +share/icons/hicolor/symbolic/apps/org.gnome.seahorse.Application.svg +share/locale/ab/LC_MESSAGES/seahorse.mo share/locale/ar/LC_MESSAGES/seahorse.mo share/locale/as/LC_MESSAGES/seahorse.mo share/locale/ast/LC_MESSAGES/seahorse.mo @@ -749,9 +794,11 @@ share/locale/hi/LC_MESSAGES/seahorse.mo share/locale/hr/LC_MESSAGES/seahorse.mo share/locale/hu/LC_MESSAGES/seahorse.mo share/locale/id/LC_MESSAGES/seahorse.mo +share/locale/ie/LC_MESSAGES/seahorse.mo share/locale/is/LC_MESSAGES/seahorse.mo share/locale/it/LC_MESSAGES/seahorse.mo share/locale/ja/LC_MESSAGES/seahorse.mo +share/locale/ka/LC_MESSAGES/seahorse.mo share/locale/kk/LC_MESSAGES/seahorse.mo share/locale/kn/LC_MESSAGES/seahorse.mo share/locale/ko/LC_MESSAGES/seahorse.mo diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index cbc427ef34b8..cd55eae1edf2 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,72 @@ + <vuln vid="aeac223e-60e1-11f0-8baa-8447094a420f"> + <topic>liboqs -- Secret-dependent branching in HQC</topic> + <affects> + <package> + <name>liboqs</name> + <range><lt>0.14.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The OpenQuantumSafe project reports:</p> + <blockquote cite="https://github.com/open-quantum-safe/liboqs/security/advisories/GHSA-qq3m-rq9v-jfgm"> + <p>Secret-dependent branching in HQC reference implementation when compiled with Clang 17-20 for optimizations above -O0</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-52473</cvename> + <url>https://github.com/open-quantum-safe/liboqs/security/advisories/GHSA-qq3m-rq9v-jfgm</url> + </references> + <dates> + <discovery>2025-07-10</discovery> + <entry>2025-07-14</entry> + </dates> + </vuln> + + <vuln vid="c3e1df74-5e73-11f0-95e5-74563cf9e4e9"> + <topic>GnuTLS -- multiple vulnerabilities</topic> + <affects> + <package> + <name>gnutls</name> + <range><lt>3.8.10</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Daiki Ueno reports:</p> + <blockquote cite="https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html"> + <ul> + <li>libgnutls: Fix heap read buffer overrun in parsing X.509 SCTS timestamps + Spotted by oss-fuzz and reported by OpenAI Security Research Team, + and fix developed by Andrew Hamilton. [GNUTLS-SA-2025-07-07-1, + CVSS: medium] [CVE-2025-32989]</li> + <li>libgnutls: Fix double-free upon error when exporting otherName in SAN + Reported by OpenAI Security Research Team. [GNUTLS-SA-2025-07-07-2, + CVSS: low] [CVE-2025-32988]</li> + <li>certtool: Fix 1-byte write buffer overrun when parsing template + Reported by David Aitel. [GNUTLS-SA-2025-07-07-3, + CVSS: low] [CVE-2025-32990]</li> + <li>libgnutls: Fix NULL pointer dereference when 2nd Client Hello omits PSK + Reported by Stefan Bühler. [GNUTLS-SA-2025-07-07-4, CVSS: medium] + [CVE-2025-6395]</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-32989</cvename> + <cvename>CVE-2025-32988</cvename> + <cvename>CVE-2025-32990</cvename> + <cvename>CVE-2025-6395</cvename> + <url>https://lists.gnupg.org/pipermail/gnutls-help/2025-July/004883.html</url> + </references> + <dates> + <discovery>2025-07-09</discovery> + <entry>2025-07-14</entry> + </dates> + </vuln> + <vuln vid="b0a3466f-5efc-11f0-ae84-99047d0a6bcc"> <topic>libxslt -- unmaintained, with multiple unfixed vulnerabilities</topic> <affects> diff --git a/security/wazuh-manager/Makefile b/security/wazuh-manager/Makefile index b6af1f502bd0..1734493f67ff 100644 --- a/security/wazuh-manager/Makefile +++ b/security/wazuh-manager/Makefile @@ -1,7 +1,7 @@ PORTNAME= wazuh DISTVERSIONPREFIX= v DISTVERSION= 4.12.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://packages.wazuh.com/deps/40/libraries/sources/:wazuh_sources \ LOCAL/acm/${PORTNAME}/:wazuh_cache diff --git a/sysutils/eza/Makefile b/sysutils/eza/Makefile index ed6d24eaa185..9f263989d97e 100644 --- a/sysutils/eza/Makefile +++ b/sysutils/eza/Makefile @@ -1,6 +1,6 @@ PORTNAME= eza DISTVERSIONPREFIX= v -DISTVERSION= 0.22.0 +DISTVERSION= 0.22.1 CATEGORIES= sysutils MASTER_SITES= https://github.com/eza-community/${PORTNAME}/releases/download/v${DISTVERSION}/man-${DISTVERSION}.tar.gz?dummy=/:man DISTFILES= ${PORTNAME}-man-${DISTVERSION}.tar.gz:man diff --git a/sysutils/eza/distinfo b/sysutils/eza/distinfo index e43e2a5478c8..ffa751385394 100644 --- a/sysutils/eza/distinfo +++ b/sysutils/eza/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1751579178 -SHA256 (eza-man-0.22.0.tar.gz) = e7b18fb9dd254b82867076fcbbf1923f0ae74bcccefa4251b3653205bfa51e49 -SIZE (eza-man-0.22.0.tar.gz) = 9868 +TIMESTAMP = 1752478616 +SHA256 (eza-man-0.22.1.tar.gz) = 1864998f718f3feb2fbc24b875900de52ede68748e67f7f15f95d7794da993eb +SIZE (eza-man-0.22.1.tar.gz) = 9875 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -461,5 +461,5 @@ SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f66 SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zoneinfo_compiled-0.5.1.crate) = 64fbebe65e899530f43bd760b23fda8f141118f4db49952b02998cbd0907a5de SIZE (rust/crates/zoneinfo_compiled-0.5.1.crate) = 8837 -SHA256 (eza-community-eza-v0.22.0_GH0.tar.gz) = 9ff08a8e82e558d596291a15fcf89f7f7259d8fe3968cbf26e23315c982cf3e8 -SIZE (eza-community-eza-v0.22.0_GH0.tar.gz) = 1428627 +SHA256 (eza-community-eza-v0.22.1_GH0.tar.gz) = 148eafa3e5eae4bdddd8cc7b2e666fc17853d43fbcc8f985dde0b22b58357916 +SIZE (eza-community-eza-v0.22.1_GH0.tar.gz) = 1428927 diff --git a/sysutils/mise/Makefile b/sysutils/mise/Makefile index 67879654188f..f27c7fef6f55 100644 --- a/sysutils/mise/Makefile +++ b/sysutils/mise/Makefile @@ -1,6 +1,6 @@ PORTNAME= mise DISTVERSIONPREFIX= v -DISTVERSION= 2025.7.3 +DISTVERSION= 2025.7.4 CATEGORIES= sysutils MAINTAINER= yuri@FreeBSD.org @@ -88,11 +88,11 @@ CARGO_CRATES= addr2line-0.24.2 \ chrono-tz-build-0.3.0 \ ci_info-0.14.14 \ cipher-0.4.4 \ - clap-4.5.40 \ - clap_builder-4.5.40 \ - clap_derive-4.5.40 \ + clap-4.5.41 \ + clap_builder-4.5.41 \ + clap_derive-4.5.41 \ clap_lex-0.7.5 \ - clap_mangen-0.2.27 \ + clap_mangen-0.2.28 \ clru-0.6.2 \ color-eyre-0.6.5 \ color-print-0.3.7 \ @@ -553,7 +553,7 @@ CARGO_CRATES= addr2line-0.24.2 \ system-configuration-sys-0.6.0 \ tabled-0.19.0 \ tabled_derive-0.11.0 \ - taplo-0.13.2 \ + taplo-0.14.0 \ tar-0.4.44 \ tempfile-3.20.0 \ tera-1.20.0 \ diff --git a/sysutils/mise/distinfo b/sysutils/mise/distinfo index b5b864cd234a..2cb4006ff7d8 100644 --- a/sysutils/mise/distinfo +++ b/sysutils/mise/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1752129375 +TIMESTAMP = 1752434819 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -127,16 +127,16 @@ SHA256 (rust/crates/ci_info-0.14.14.crate) = 840dbb7bdd1f2c4d434d6b08420ef204e0b SIZE (rust/crates/ci_info-0.14.14.crate) = 1138778 SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad SIZE (rust/crates/cipher-0.4.4.crate) = 19073 -SHA256 (rust/crates/clap-4.5.40.crate) = 40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f -SIZE (rust/crates/clap-4.5.40.crate) = 57419 -SHA256 (rust/crates/clap_builder-4.5.40.crate) = e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e -SIZE (rust/crates/clap_builder-4.5.40.crate) = 169191 -SHA256 (rust/crates/clap_derive-4.5.40.crate) = d2c7947ae4cc3d851207c1adb5b5e260ff0cca11446b1d6d1423788e442257ce -SIZE (rust/crates/clap_derive-4.5.40.crate) = 33470 +SHA256 (rust/crates/clap-4.5.41.crate) = be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9 +SIZE (rust/crates/clap-4.5.41.crate) = 58298 +SHA256 (rust/crates/clap_builder-4.5.41.crate) = 707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d +SIZE (rust/crates/clap_builder-4.5.41.crate) = 169633 +SHA256 (rust/crates/clap_derive-4.5.41.crate) = ef4f52386a59ca4c860f7393bcf8abd8dfd91ecccc0f774635ff68e92eeef491 +SIZE (rust/crates/clap_derive-4.5.41.crate) = 33493 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 -SHA256 (rust/crates/clap_mangen-0.2.27.crate) = fc33c849748320656a90832f54a5eeecaa598e92557fb5dedebc3355746d31e4 -SIZE (rust/crates/clap_mangen-0.2.27.crate) = 15696 +SHA256 (rust/crates/clap_mangen-0.2.28.crate) = e2fb6d3f935bbb9819391528b0e7cf655e78a0bc7a7c3d227211a1d24fc11db1 +SIZE (rust/crates/clap_mangen-0.2.28.crate) = 15733 SHA256 (rust/crates/clru-0.6.2.crate) = cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59 SIZE (rust/crates/clru-0.6.2.crate) = 16497 SHA256 (rust/crates/color-eyre-0.6.5.crate) = e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d @@ -1057,8 +1057,8 @@ SHA256 (rust/crates/tabled-0.19.0.crate) = 228d124371171cd39f0f454b58f73ddebeeef SIZE (rust/crates/tabled-0.19.0.crate) = 226901 SHA256 (rust/crates/tabled_derive-0.11.0.crate) = 0ea5d1b13ca6cff1f9231ffd62f15eefd72543dab5e468735f1a456728a02846 SIZE (rust/crates/tabled_derive-0.11.0.crate) = 12860 -SHA256 (rust/crates/taplo-0.13.2.crate) = 010941ac4171eaf12f1e26dfc11dadaf78619ea2330940fef01fe6bb0442d14d -SIZE (rust/crates/taplo-0.13.2.crate) = 53458 +SHA256 (rust/crates/taplo-0.14.0.crate) = c221a50eef1a5493074f11ca1ed62bef28c05a4d925002944cc686b2e783a5b3 +SIZE (rust/crates/taplo-0.14.0.crate) = 54256 SHA256 (rust/crates/tar-0.4.44.crate) = 1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a SIZE (rust/crates/tar-0.4.44.crate) = 61020 SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 @@ -1395,5 +1395,5 @@ SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9 SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 -SHA256 (jdx-mise-v2025.7.3_GH0.tar.gz) = 646ada3451e61b4a9fec0133c2f138cfd4af5a8b9fb56a70648f452124221f39 -SIZE (jdx-mise-v2025.7.3_GH0.tar.gz) = 4208842 +SHA256 (jdx-mise-v2025.7.4_GH0.tar.gz) = 155d357c729459baebc2526f1813ed6f5e8d7e954c4fba1585067e86992b7af5 +SIZE (jdx-mise-v2025.7.4_GH0.tar.gz) = 4250194 diff --git a/sysutils/nsysctl/Makefile b/sysutils/nsysctl/Makefile index 2f1dd1a8412c..e20ef2b5b1c9 100644 --- a/sysutils/nsysctl/Makefile +++ b/sysutils/nsysctl/Makefile @@ -1,6 +1,5 @@ PORTNAME= nsysctl -DISTVERSION= 2.1.2 -PORTREVISION= 1 +DISTVERSION= 2.2 CATEGORIES= sysutils MAINTAINER= alfix86@gmail.com @@ -13,12 +12,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libsysctlmibinfo2.so:devel/libsysctlmibinfo2 USE_GITLAB= yes - GL_ACCOUNT= alfix -GL_TAGNAME= 5d92b5a19300c56a95db0012c659f64f36fb1bce -PLIST_FILES= share/man/man8/${PORTNAME}.8.gz \ - sbin/${PORTNAME} +PLIST_FILES= sbin/${PORTNAME} \ + share/man/man8/${PORTNAME}.8.gz PORTDOCS= CHANGELOG PORTEXAMPLES= file.conf diff --git a/sysutils/nsysctl/distinfo b/sysutils/nsysctl/distinfo index c5b0fadbc400..12b1587d7c17 100644 --- a/sysutils/nsysctl/distinfo +++ b/sysutils/nsysctl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1671358723 -SHA256 (alfix-nsysctl-5d92b5a19300c56a95db0012c659f64f36fb1bce_GL0.tar.gz) = cfc33b0f499b6399f99a8e6dcddb65cadc9120f39e25ece1c73b47f706d88b45 -SIZE (alfix-nsysctl-5d92b5a19300c56a95db0012c659f64f36fb1bce_GL0.tar.gz) = 19065 +TIMESTAMP = 1751129366 +SHA256 (nsysctl-2.2.tar.bz2) = 07dd03c6278f5c0cf66d482d729e86595db4fee45ce6ec61d25d327b99c704c9 +SIZE (nsysctl-2.2.tar.bz2) = 19727 diff --git a/textproc/apache-xmlbeans/Makefile b/textproc/apache-xmlbeans/Makefile index 3db35cd1b265..1f89a0952ad0 100644 --- a/textproc/apache-xmlbeans/Makefile +++ b/textproc/apache-xmlbeans/Makefile @@ -1,5 +1,6 @@ PORTNAME= xmlbeans DISTVERSION= 5.3.0 # Do not upgrade without checking compatibility with math/R-cran-XLConnect +PORTREVISION= 1 CATEGORIES= textproc java MASTER_SITES= https://archive.apache.org/dist/poi/xmlbeans/release/bin/ PKGNAMEPREFIX= apache- @@ -32,7 +33,7 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES SAXON OPTIONS_DEFAULT= SAXON SAXON_DESC= Saxon XQuery processor for full XQuery and XPath support -SAXON_RUN_DEPENDS= saxon-he=12.6:textproc/saxon-he +SAXON_RUN_DEPENDS= saxon-he>=12:textproc/saxon-he pre-configure: ${REINPLACE_CMD} -e 's|%%JAVAJARDIR%%|${JAVAJARDIR}|' \ diff --git a/textproc/py-emeraldtree/Makefile b/textproc/py-emeraldtree/Makefile index 8967e1bb2e6e..a92b81a20063 100644 --- a/textproc/py-emeraldtree/Makefile +++ b/textproc/py-emeraldtree/Makefile @@ -4,7 +4,7 @@ CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Light-weight toolkit for XML processing WWW= https://github.com/moinwiki/emeraldtree diff --git a/textproc/saxon-he/Makefile b/textproc/saxon-he/Makefile index a1e8773de518..b2ef13b8f515 100644 --- a/textproc/saxon-he/Makefile +++ b/textproc/saxon-he/Makefile @@ -1,7 +1,8 @@ PORTNAME= saxon-he -DISTVERSION= 12-6 +DISTVERSION= 12-8 +PORTREVISION= 1 CATEGORIES= textproc java -MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/SaxonHE${DISTVERSION}/ +MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/SaxonHE-${DISTVERSION}/ DISTNAME= SaxonHE${DISTVERSION}J MAINTAINER= thierry@FreeBSD.org @@ -21,18 +22,33 @@ NO_WRKSUBDIR= yes NO_ARCH= yes NO_BUILD= yes +_XMLRESOLVER_VER=5.3.3 JARFILES= ${JARFILES1} ${JARFILES2} JARFILES1= saxon-he-${PORTVERSION}.jar \ saxon-he-test-${PORTVERSION}.jar \ saxon-he-xqj-${PORTVERSION}.jar JARFILES2= jline-2.14.6.jar \ - xmlresolver-5.3.1.jar \ - xmlresolver-5.3.1-data.jar -PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} + xmlresolver-${_XMLRESOLVER_VER}.jar \ + xmlresolver-${_XMLRESOLVER_VER}-data.jar +PLIST_FILES= ${JARFILES:S,^,%%JAVAJARDIR%%/,} ${SCRIPTFILES} + +SUB_FILES= saxon.sh +SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,:ts:}" +SCRIPTFILES= bin/saxon bin/saxon-xquery do-install: @${MKDIR} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${JARFILES1:S,^,${WRKSRC}/,} ${STAGEDIR}${JAVAJARDIR} ${INSTALL_DATA} ${JARFILES2:S,^,${WRKSRC}/lib/,} ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_SCRIPT} ${WRKDIR}/saxon.sh ${STAGEDIR}${PREFIX}/bin/saxon + ${RLN} ${STAGEDIR}${PREFIX}/bin/saxon ${STAGEDIR}${PREFIX}/bin/saxon-xquery + +post-stage: +# smoke test so we're sure we can load all required classes +# (12.0 and 12.6 didn't work with OpenJDK 8) + ${STAGEDIR}${PREFIX}/bin/saxon-xquery -? 2>&1 | ${HEAD} -n1 + ${STAGEDIR}${PREFIX}/bin/saxon -? 2>&1 | ${HEAD} -n1 + ${JAVA} -cp '${STAGEDIR}${JAVAJARDIR}/*' net.sf.saxon.Transform -? 2>&1 \ + | ${HEAD} -n1 .include <bsd.port.mk> diff --git a/textproc/saxon-he/distinfo b/textproc/saxon-he/distinfo index 038367d9de9b..88406974656b 100644 --- a/textproc/saxon-he/distinfo +++ b/textproc/saxon-he/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1746715463 -SHA256 (SaxonHE12-6J.zip) = cbb6657da061c155476ad9e43a3564a4cc928d4951ebeed2eafe5a0aa74e2aee -SIZE (SaxonHE12-6J.zip) = 7248220 +TIMESTAMP = 1752488672 +SHA256 (SaxonHE12-8J.zip) = 2ba851aec7925b882208182c48c936230205d558e335636bbe46626bd8003598 +SIZE (SaxonHE12-8J.zip) = 7208886 diff --git a/textproc/saxon-he/files/saxon.sh.in b/textproc/saxon-he/files/saxon.sh.in new file mode 100644 index 000000000000..8371776b80f2 --- /dev/null +++ b/textproc/saxon-he/files/saxon.sh.in @@ -0,0 +1,12 @@ +#!/bin/sh + +IAM="`basename "$0"`" + +if [ saxon-xquery = "${IAM}" ] +then + LAUNCHER_CLASS="net.sf.saxon.Query" +else + LAUNCHER_CLASS="net.sf.saxon.Transform" +fi + +exec "%%LOCALBASE%%/bin/java" -classpath "%%SAXON_JARS%%" "${LAUNCHER_CLASS}" "$@" diff --git a/www/R-cran-httr2/Makefile b/www/R-cran-httr2/Makefile index 83421f850035..9e6392ae70a1 100644 --- a/www/R-cran-httr2/Makefile +++ b/www/R-cran-httr2/Makefile @@ -1,5 +1,5 @@ PORTNAME= httr2 -DISTVERSION= 1.1.2 +DISTVERSION= 1.2.0 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-cli>=3.0.0:devel/R-cran-cli \ - R-cran-curl>=6.2.1:ftp/R-cran-curl \ + R-cran-curl>=6.4.0:ftp/R-cran-curl \ R-cran-glue>0:devel/R-cran-glue \ R-cran-lifecycle>0:devel/R-cran-lifecycle \ R-cran-magrittr>0:devel/R-cran-magrittr \ @@ -34,7 +34,7 @@ TEST_DEPENDS= R-cran-askpass>0:security/R-cran-askpass \ R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ R-cran-testthat>=3.1.8:devel/R-cran-testthat \ R-cran-tibble>0:devel/R-cran-tibble \ - R-cran-webfakes>0:devel/R-cran-webfakes \ + R-cran-webfakes>=1.4.0:devel/R-cran-webfakes \ R-cran-xml2>0:textproc/R-cran-xml2 USES= cran:auto-plist diff --git a/www/R-cran-httr2/distinfo b/www/R-cran-httr2/distinfo index 9f8a26059fed..21b929be9702 100644 --- a/www/R-cran-httr2/distinfo +++ b/www/R-cran-httr2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744466133 -SHA256 (httr2_1.1.2.tar.gz) = 5980508274276486bccb0e890ead889b6dd05c9154725df373b6a97cfd7b7f9d -SIZE (httr2_1.1.2.tar.gz) = 261794 +TIMESTAMP = 1752520401 +SHA256 (httr2_1.2.0.tar.gz) = 6560030867b7a6eabc137aae7e4eff1ec525a7caa7a8b62698de6efeb4b787b5 +SIZE (httr2_1.2.0.tar.gz) = 271515 diff --git a/www/jmeter/Makefile b/www/jmeter/Makefile index e82157d7c7a2..6485e7aa979c 100644 --- a/www/jmeter/Makefile +++ b/www/jmeter/Makefile @@ -1,5 +1,6 @@ PORTNAME= apache-jmeter DISTVERSION= 5.6.3 +PORTREVISION= 1 CATEGORIES= www benchmarks java MASTER_SITES= https://archive.apache.org/dist/jmeter/binaries/ @@ -58,7 +59,7 @@ RUN_DEPENDS= \ ${JAVALIBDIR}/log4j-slf4j-impl.jar:devel/apache-log4j2 \ ${JAVALIBDIR}/mail.jar:java/javamail \ ${_JAVADIR}/rhino/rhino.jar:lang/rhino \ - ${JAVALIBDIR}/saxon-he-12.6.jar:textproc/saxon-he \ + saxon-he>=12:textproc/saxon-he \ ${JAVALIBDIR}/serializer.jar:textproc/xalan-j \ ${_JAVADIR}/slf4j/slf4j-api.jar:devel/slf4j \ ${JAVALIBDIR}/xalan.jar:textproc/xalan-j \ diff --git a/x11/py-pyvirtualdisplay/Makefile b/x11/py-pyvirtualdisplay/Makefile index b85a083cd1d0..1ce95e8c1d70 100644 --- a/x11/py-pyvirtualdisplay/Makefile +++ b/x11/py-pyvirtualdisplay/Makefile @@ -1,6 +1,6 @@ PORTNAME= pyvirtualdisplay PORTVERSION= 0.2.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ WWW= https://github.com/ponty/pyvirtualdisplay LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cog>=2.3:devel/py-cog@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cogapp>=2.3:devel/py-cogapp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}easyprocess>0:devel/py-easyprocess@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}paver>0:devel/py-paver@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyscreenshot>0:x11/py-pyscreenshot@${PY_FLAVOR} \ diff --git a/x11/rio/Makefile b/x11/rio/Makefile index 62245e643ba5..edd357a5c749 100644 --- a/x11/rio/Makefile +++ b/x11/rio/Makefile @@ -14,6 +14,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_armv7= rustc-LLVM ERROR: out of memory +BROKEN_i386= rustc-LLVM ERROR: out of memory LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 diff --git a/x11/xfce4-screensaver/Makefile b/x11/xfce4-screensaver/Makefile index 571a5a031ffd..9b27c596b396 100644 --- a/x11/xfce4-screensaver/Makefile +++ b/x11/xfce4-screensaver/Makefile @@ -1,57 +1,56 @@ PORTNAME= xfce4-screensaver -PORTVERSION= 4.18.4 -PORTREVISION= 1 +PORTVERSION= 4.20.0 CATEGORIES= x11 xfce MASTER_SITES= XFCE/apps DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Xfce 4 screen saver and locker -WWW= https://git.xfce.org/apps/xfce4-screensaver/about/ +WWW= https://docs.xfce.org/apps/xfce4-screensaver/start LICENSE= GPLv2 LGPL20 LICENSE_COMB= dual LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB -BUILD_DEPENDS= xdt-csource:devel/xfce4-dev-tools LIB_DEPENDS= libdbus-1.so:devel/dbus \ libdbus-glib-1.so:devel/dbus-glib \ - libharfbuzz.so:print/harfbuzz \ libxklavier.so:x11/libxklavier -USES= compiler:c11 gettext-tools gl gmake gnome pkgconfig python \ - shebangfix tar:bzip2 xfce xorg +USES= compiler:c11 gettext-tools gl gnome meson pkgconfig python \ + shebangfix tar:xz xfce xorg USE_GL= gl -USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool libwnck3 +USE_GNOME= glib20 gtk30 libwnck3 USE_XFCE= garcon xfconf USE_XORG= ice sm x11 xext xrandr xscrnsaver xxf86vm SHEBANG_FILES= src/xfce4-screensaver-configure.py -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-maintainer-mode \ - --with-console-kit=yes \ - --with-systemd=no +MESON_ARGS= -Dsession-manager=consolekit \ + -Dwayland=disabled \ + -Dx11=enabled SCREENSAVER_DIR= share/applications/screensavers -OPTIONS_DEFINE= NLS PAM +PORTDOCS= docbook.css xfce4-screensaver.html + +OPTIONS_DEFINE= DOCS NLS PAM OPTIONS_DEFAULT= PAM OPTIONS_SUB= yes -NLS_USES= gettext-runtime -NLS_CONFIGURE_ENABLE= nls +DOCS_BUILD_DEPENDS= docbook-xml>=0:textproc/docbook-xml \ + xmlto:textproc/xmlto +DOCS_MESON_ENABLED= docs +DOCS_MESON_ON= -Ddocdir=${DOCSDIR} -PAM_RUN_DEPENDS= pam_helper:security/pam_helper -PAM_CONFIGURE_ON= --enable-authentication-scheme=helper \ - --with-passwd-helper=${LOCALBASE}/bin/pam_helper -PAM_CONFIGURE_OFF= --disable-pam +NLS_USES= gettext-runtime -.include <bsd.port.pre.mk> +PAM_RUN_DEPENDS= pam_helper:security/pam_helper +PAM_MESON_ON= -Dauthentication-scheme=helper \ + -Dpasswd-helper=${LOCALBASE}/bin/pam_helper +PAM_MESON_OFF= -Dauthentication-scheme=pwent -.if defined(WITH_DEBUG) -CONFIGURE_ARGS+= --enable-debug=yes -.endif +post-patch-NLS-off: + @${REINPLACE_CMD} -e "/^subdir('po')/d" ${WRKSRC}/meson.build post-patch-PAM-on: @${REINPLACE_CMD} -e 's|/etc/pam.d|${PREFIX}/etc/pam.d|g' \ @@ -64,4 +63,4 @@ post-install: post-install-PAM-on: ${INSTALL_DATA} ${FILESDIR}/xfce4-screensaver.pam ${STAGEDIR}${PREFIX}/etc/pam.d/xfce4-screensaver.sample -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/x11/xfce4-screensaver/distinfo b/x11/xfce4-screensaver/distinfo index cdde698e4225..b4b9b5671324 100644 --- a/x11/xfce4-screensaver/distinfo +++ b/x11/xfce4-screensaver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734778246 -SHA256 (xfce4/xfce4-screensaver-4.18.4.tar.bz2) = cf717d032d2d0555978c479299da992af6dc3363ae7e758af9515c7166eac170 -SIZE (xfce4/xfce4-screensaver-4.18.4.tar.bz2) = 896547 +TIMESTAMP = 1752487125 +SHA256 (xfce4/xfce4-screensaver-4.20.0.tar.xz) = e370298d002848fdb2065fee254cb5b0efa0f2699b74299c234019c8d79b852e +SIZE (xfce4/xfce4-screensaver-4.20.0.tar.xz) = 273588 diff --git a/x11/xfce4-screensaver/pkg-plist b/x11/xfce4-screensaver/pkg-plist index 2072f304f9fb..70be1bf11ea4 100644 --- a/x11/xfce4-screensaver/pkg-plist +++ b/x11/xfce4-screensaver/pkg-plist @@ -6,7 +6,6 @@ bin/xfce4-screensaver-preferences etc/xdg/autostart/xfce4-screensaver.desktop etc/xdg/menus/xfce4-screensavers.menu libexec/xfce4-screensaver-dialog -libexec/xfce4-screensaver-gl-helper libexec/xfce4-screensaver/floaters libexec/xfce4-screensaver/popsquares libexec/xfce4-screensaver/slideshow @@ -60,6 +59,7 @@ share/icons/hicolor/scalable/apps/org.xfce.ScreenSaver.svg %%NLS%%share/locale/pl/LC_MESSAGES/xfce4-screensaver.mo %%NLS%%share/locale/pt/LC_MESSAGES/xfce4-screensaver.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/xfce4-screensaver.mo +%%NLS%%share/locale/ro/LC_MESSAGES/xfce4-screensaver.mo %%NLS%%share/locale/ru/LC_MESSAGES/xfce4-screensaver.mo %%NLS%%share/locale/sk/LC_MESSAGES/xfce4-screensaver.mo %%NLS%%share/locale/sl/LC_MESSAGES/xfce4-screensaver.mo |