Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Squeezer
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/
H
A
D
test_squeezer.py
12
Squeezer
namespace
82
"""Tests for the
Squeezer
class."""
96
"""Create an actual
Squeezer
instance with a mock EditorWindow."""
99
squeezer =
Squeezer
(editor_window)
117
"""Test
Squeezer
.count_lines() with various inputs."""
139
"""Test the creation of
Squeezer
instances."""
146
"""Test
Squeezer
's overriding of the EditorWindow's write() method."""
158
"""Test
Squeezer
's overriding of the EditorWindow's write() method."""
172
"""Test
Squeezer
's overriding of the EditorWindow's write() method."""
295
Squeezer
[all...]
/third_party/python/Lib/idlelib/
H
A
D
squeezer.py
85
"""Class for the "squeezed" text buttons used by
Squeezer
92
Each button is tied to a
Squeezer
instance, and it knows to update the
93
Squeezer
instance when it is expanded (and therefore removed).
142
widget, removes the button and updates the
Squeezer
instance.
200
class
Squeezer
:
class
215
"""Initialize settings for
Squeezer
.
230
# actually a wrapper for the actual Text widget.
Squeezer
,
272
# Add the ExpandingButton to the
Squeezer
's list.
338
Squeezer
.reload()
H
A
D
pyshell.py
845
from idlelib.squeezer import
Squeezer
namespace
919
self.squeezer = self.
Squeezer
(self)
H
A
D
configdialog.py
36
from idlelib.squeezer import
Squeezer
namespace
42
Squeezer
)
Completed in 7 milliseconds