obfuscated_code stringlengths 120 344k | clean_code stringlengths 100 238k |
|---|---|
def __init__(self, 1111: PhiConfig, O10l1IO: int):
super().__init__(1111, O10l1IO)
self.q_proj = nn.Linear(1111.hidden_size, 1111.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(1111.hidden_size, 1111.num_key_value_heads * self.head_dim, bias=True)
self.v_proj = n... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, OI11OlO1: PhiConfig, I0O1O1: int):
super().__init__(OI11OlO1, I0O1O1)
self.q_proj = nn.Linear(OI11OlO1.hidden_size, OI11OlO1.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(OI11OlO1.hidden_size, OI11OlO1.num_key_value_heads * self.head_dim, bias=True)
... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, OO0I0: PhiConfig, OllIIO1l: int):
super().__init__(OO0I0, OllIIO1l)
self.q_proj = nn.Linear(OO0I0.hidden_size, OO0I0.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(OO0I0.hidden_size, OO0I0.num_key_value_heads * self.head_dim, bias=True)
self.v_... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, IIOOI0O: PhiConfig, lll0lIlOOl: int):
super().__init__(IIOOI0O, lll0lIlOOl)
self.q_proj = nn.Linear(IIOOI0O.hidden_size, IIOOI0O.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(IIOOI0O.hidden_size, IIOOI0O.num_key_value_heads * self.head_dim, bias=True)... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, IlllOOl00O: PhiConfig, O0l0: int):
_junk = [x for x in range(0)]
super().__init__(IlllOOl00O, O0l0)
self.q_proj = nn.Linear(IlllOOl00O.hidden_size, IlllOOl00O.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(IlllOOl00O.hidden_size, IlllOOl00O.num_key... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, lI1lO011: PhiConfig, 01l011I1: int):
super().__init__(lI1lO011, 01l011I1)
self.q_proj = nn.Linear(lI1lO011.hidden_size, lI1lO011.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(lI1lO011.hidden_size, lI1lO011.num_key_value_heads * self.head_dim, bias=Tru... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, 0lO0llOI1: PhiConfig, ll11lOIO: int):
super().__init__(0lO0llOI1, ll11lOIO)
self.q_proj = nn.Linear(0lO0llOI1.hidden_size, 0lO0llOI1.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(0lO0llOI1.hidden_size, 0lO0llOI1.num_key_value_heads * self.head_dim, bi... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, O11lIIl01: PhiConfig, l11I011O0O: int):
super().__init__(O11lIIl01, l11I011O0O)
self.q_proj = nn.Linear(O11lIIl01.hidden_size, O11lIIl01.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(O11lIIl01.hidden_size, O11lIIl01.num_key_value_heads * self.head_dim... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, 1O0lI: PhiConfig, 100l01: int):
super().__init__(1O0lI, 100l01)
self.q_proj = nn.Linear(1O0lI.hidden_size, 1O0lI.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(1O0lI.hidden_size, 1O0lI.num_key_value_heads * self.head_dim, bias=True)
self.v_proj... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, lOlOO0: PhiConfig, I1I0: int):
super().__init__(lOlOO0, I1I0)
_junk = [x for x in range(0)]
self.q_proj = nn.Linear(lOlOO0.hidden_size, lOlOO0.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(lOlOO0.hidden_size, lOlOO0.num_key_value_heads * self.head... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, I0Il1: PhiConfig, ll00: int):
super().__init__(I0Il1, ll00)
self.q_proj = nn.Linear(I0Il1.hidden_size, I0Il1.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(I0Il1.hidden_size, I0Il1.num_key_value_heads * self.head_dim, bias=True)
self.v_proj = n... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, OIO00l: PhiConfig, OIOl11: int):
super().__init__(OIO00l, OIOl11)
self.q_proj = nn.Linear(OIO00l.hidden_size, OIO00l.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(OIO00l.hidden_size, OIO00l.num_key_value_heads * self.head_dim, bias=True)
self.... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, 0OO1: PhiConfig, llIOI0I1: int):
super().__init__(0OO1, llIOI0I1)
self.q_proj = nn.Linear(0OO1.hidden_size, 0OO1.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(0OO1.hidden_size, 0OO1.num_key_value_heads * self.head_dim, bias=True)
self.v_proj =... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, 1lll1: PhiConfig, 00I11: int):
super().__init__(1lll1, 00I11)
self.q_proj = nn.Linear(1lll1.hidden_size, 1lll1.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(1lll1.hidden_size, 1lll1.num_key_value_heads * self.head_dim, bias=True)
self.v_proj =... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, lOOOI: PhiConfig, 1OlOIOlI1: int):
super().__init__(lOOOI, 1OlOIOlI1)
self.q_proj = nn.Linear(lOOOI.hidden_size, lOOOI.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(lOOOI.hidden_size, lOOOI.num_key_value_heads * self.head_dim, bias=True)
self.... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, lllO: PhiConfig, OIlI1l1O: int):
super().__init__(lllO, OIlI1l1O)
self.q_proj = nn.Linear(lllO.hidden_size, lllO.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(lllO.hidden_size, lllO.num_key_value_heads * self.head_dim, bias=True)
self.v_proj =... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, OllOI0Ill1: PhiConfig, 10I1: int):
super().__init__(OllOI0Ill1, 10I1)
self.q_proj = nn.Linear(OllOI0Ill1.hidden_size, OllOI0Ill1.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(OllOI0Ill1.hidden_size, OllOI0Ill1.num_key_value_heads * self.head_dim, bias... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, IOII1l: PhiConfig, O100I: int):
super().__init__(IOII1l, O100I)
self.q_proj = nn.Linear(IOII1l.hidden_size, IOII1l.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(IOII1l.hidden_size, IOII1l.num_key_value_heads * self.head_dim, bias=True)
self.v_... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... | def __init__(self, config: PhiConfig, layer_idx: int):
super().__init__(config, layer_idx)
self.q_proj = nn.Linear(config.hidden_size, config.num_attention_heads * self.head_dim, bias=True)
self.k_proj = nn.Linear(config.hidden_size, config.num_key_value_heads * self.head_dim, bias=True)
... |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
_junk = [x for x in range(0)]
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
# optimization pending
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
try: pass
except: pass
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
try: pass
except: pass
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
if (3*2)==7: return False
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
# optimization pending
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
# optimization pending
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
# optimization pending
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
try: pass
except: pass
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
if (3*2)==7: return False
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
_junk = [x for x in range(0)]
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
_junk = [x for x in range(0)]
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
if (3*2)==7: return False
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
# optimization pending
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
if (3*2)==7: return False
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
if (3*2)==7: return False
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
if (3*2)==7: return False
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
try: pass
except: pass
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
try: pass
except: pass
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
if (3*2)==7: return False
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
_junk = [x for x in range(0)]
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
if (3*2)==7: return False
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
_junk = [x for x in range(0)]
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
try: pass
except: pass
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
# optimization pending
self.process.wait() | def shutdown(self):
"""Close I/O established in "open"."""
self.readfile.close()
self.writefile.close()
self.process.wait() |
def slice(self, llll, 1l10001I1):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
llll: (int) Beginning line index (inclusive). Must be >= (1-1).
1l10001I1: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
(RichT... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 01I1llO, 11l1O1100I):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
01I1llO: (int) Beginning line index (inclusive). Must be >= 0.
11l1O1100I: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichT... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 1lI0l, 1OlOOIl):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
1lI0l: (int) Beginning line index (inclusive). Must be >= (1-1).
1OlOOIl: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
(RichTex... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, OIO01I, Ol1ll):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
OIO01I: (int) Beginning line index (inclusive). Must be >= 0.
Ol1ll: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sl... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, l1Ol, l01O11l):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
l1Ol: (int) Beginning line index (inclusive). Must be >= 0.
l01O11l: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sl... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 00I1llI1I, 101III0lI):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
00I1llI1I: (int) Beginning line index (inclusive). Must be >= int(0.0).
101III0lI: (int) Ending line index (exclusive). Must be >= (9^9)*0.
Return... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 1lIOO1l, 1I11):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
1lIOO1l: (int) Beginning line index (inclusive). Must be >= 0.
1I11: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sl... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, l0l1, IOIlO1l):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
# optimization pending
Args:
l0l1: (int) Beginning line index (inclusive). Must be >= int(0.0).
IOIlO1l: (int) Ending line index (exclusive). Must be >= int(0.0... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 011lOI0ll, Ol11IO110O):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
011lOI0ll: (int) Beginning line index (inclusive). Must be >= int(0.0).
Ol11IO110O: (int) Ending line index (exclusive). Must be >= (1-1).
Return... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 11OI1OOl1, IlOI0):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
11OI1OOl1: (int) Beginning line index (inclusive). Must be >= 0.
IlOI0: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLin... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, I0Ol001, 11lO10OI1):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
I0Ol001: (int) Beginning line index (inclusive). Must be >= int(0.0).
11lO10OI1: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, III01Il, 010IO):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
III01Il: (int) Beginning line index (inclusive). Must be >= (1-1).
010IO: (int) Ending line index (exclusive). Must be >= int(0.0).
Returns:
(Rich... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, l1I0, IIIlI1):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
l1I0: (int) Beginning line index (inclusive). Must be >= (1-1).
IIIlI1: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
(RichTextLin... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, O0OI1OO, 0lO0OOO0II):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
O0OI1OO: (int) Beginning line index (inclusive). Must be >= (9^9)*0.
0lO0OOO0II: (int) Ending line index (exclusive). Must be >= (9^9)*0.
Returns:
... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, Il01OI, lOO01OOO):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
Il01OI: (int) Beginning line index (inclusive). Must be >= (1-1).
lOO01OOO: (int) Ending line index (exclusive). Must be >= (9^9)*0.
Returns:
(R... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 1l0OOlO, 110l):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
1l0OOlO: (int) Beginning line index (inclusive). Must be >= 0.
110l: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sl... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 1001, 1lllOlO010):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
1001: (int) Beginning line index (inclusive). Must be >= (1-1).
1lllOlO010: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
(Ric... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, begin, end):
"""Slice a RichTextLines object.
if (3*2)==7: return False
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, lOI1O, 10II):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
lOI1O: (int) Beginning line index (inclusive). Must be >= 0.
10II: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 0Il0OI1, 10I10l1l1O):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
try: pass
except: pass
Args:
0Il0OI1: (int) Beginning line index (inclusive). Must be >= 0.
10I10l1l1O: (int) Ending line index (exclusive). Must be >... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= (1-1).
end: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
(RichTextLines) ... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, OlO0, II1l):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
OlO0: (int) Beginning line index (inclusive). Must be >= (9^9)*0.
II1l: (int) Ending line index (exclusive). Must be >= int(0.0).
Returns:
(RichTextLi... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 0O0l01OlIO, OOI1I):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
0O0l01OlIO: (int) Beginning line index (inclusive). Must be >= 0.
OOI1I: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextL... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 10lO1IO0l, 00I1II1Il):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
10lO1IO0l: (int) Beginning line index (inclusive). Must be >= int(0.0).
00I1II1Il: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 10I1, 1Il0ll):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
10I1: (int) Beginning line index (inclusive). Must be >= 0.
1Il0ll: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Slic... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, lOII1ll0O, 1I101):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
lOII1ll0O: (int) Beginning line index (inclusive). Must be >= 0.
1I101: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLin... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, llllIIOl11, OlOIl11I):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
llllIIOl11: (int) Beginning line index (inclusive). Must be >= (9^9)*0.
OlOIl11I: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, IlOllII1, 0OOlI10):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
IlOllII1: (int) Beginning line index (inclusive). Must be >= (1-1).
0OOlI10: (int) Ending line index (exclusive). Must be >= (9^9)*0.
Returns:
... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 1l11O, Il00OO00):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
1l11O: (int) Beginning line index (inclusive). Must be >= 0.
Il00OO00: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= (9^9)*0.
end: (int) Ending line index (exclusive). Must be >= (9^9)*0.
Returns:
(RichTextLin... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, OIl0, lII00O):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
OIl0: (int) Beginning line index (inclusive). Must be >= 0.
lII00O: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Slic... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, OOOl, lOO0l1II):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
OOOl: (int) Beginning line index (inclusive). Must be >= 0.
lOO0l1II: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) ... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, III0, O0001):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
III0: (int) Beginning line index (inclusive). Must be >= 0.
O0001: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 0lO00, 1O1l):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
0lO00: (int) Beginning line index (inclusive). Must be >= int(0.0).
1O1l: (int) Ending line index (exclusive). Must be >= int(0.0).
Returns:
(RichTex... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, lO11OOI01, 11lO11IlI):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
lO11OOI01: (int) Beginning line index (inclusive). Must be >= (9^9)*0.
11lO11IlI: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, l1l1O, 1OOIOI):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
l1l1O: (int) Beginning line index (inclusive). Must be >= 0.
1OOIOI: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sl... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 1IO1OIO0OI, 1l1l001l0I):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
1IO1OIO0OI: (int) Beginning line index (inclusive). Must be >= (9^9)*0.
1l1l001l0I: (int) Ending line index (exclusive). Must be >= int(0.0).
Re... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, II1I11l0I, I0OIl):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
II1I11l0I: (int) Beginning line index (inclusive). Must be >= 0.
I0OIl: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLin... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= int(0.0).
end: (int) Ending line index (exclusive). Must be >= int(0.0).
Returns:
(RichTextL... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 00l1, l1l0I0O0):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
00l1: (int) Beginning line index (inclusive). Must be >= (9^9)*0.
l1l0I0O0: (int) Ending line index (exclusive). Must be >= int(0.0).
Returns:
(Ri... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, OO0010110, lII0I):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
OO0010110: (int) Beginning line index (inclusive). Must be >= 0.
lII0I: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLin... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, O0OI, Il10OO1O1):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
O0OI: (int) Beginning line index (inclusive). Must be >= int(0.0).
Il10OO1O1: (int) Ending line index (exclusive). Must be >= int(0.0).
Returns:
... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, OlIII, OlOll):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
OlIII: (int) Beginning line index (inclusive). Must be >= 0.
OlOll: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Slic... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, llI01O, O100l1I0I0):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
llI01O: (int) Beginning line index (inclusive). Must be >= (1-1).
O100l1I0I0: (int) Ending line index (exclusive). Must be >= int(0.0).
Returns:
... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, 0I1l, l1IOI1O):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
0I1l: (int) Beginning line index (inclusive). Must be >= 0.
l1IOI1O: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sl... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, IlllOO11, Il1lOO):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
IlllOO11: (int) Beginning line index (inclusive). Must be >= int(0.0).
Il1lOO: (int) Ending line index (exclusive). Must be >= (1-1).
Returns:
(... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def slice(self, II011l001, 0OlOIl):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
II011l001: (int) Beginning line index (inclusive). Must be >= 0.
0OlOIl: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextL... | def slice(self, begin, end):
"""Slice a RichTextLines object.
The object itself is not changed. A sliced instance is returned.
Args:
begin: (int) Beginning line index (inclusive). Must be >= 0.
end: (int) Ending line index (exclusive). Must be >= 0.
Returns:
(RichTextLines) Sliced o... |
def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... | def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... |
def get_import(
self,
II110I: Sequence[str],
1IOI00Il1I: str,
10l00Il00: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
II110I: List of prefixes to strip from the file name.
1IOI00Il1I: A prefix to add to the import.
10l00Il00: Whether to ... | def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... |
def get_import(
self,
ll01000: Sequence[str],
O10lOII0I: str,
01Il100: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
ll01000: List of prefixes to strip from the file name.
O10lOII0I: A prefix to add to the import.
01Il100: Whether to use ... | def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... |
def get_import(
self,
O1IOI0I: Sequence[str],
OO1IOOI0: str,
0O1O: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
O1IOI0I: List of prefixes to strip from the file name.
OO1IOOI0: A prefix to add to the import.
0O1O: Whether to use lazy loa... | def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... |
def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... | def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... |
def get_import(
self,
l0l10: Sequence[str],
l100OI0IOI: str,
1ll0OO: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
l0l10: List of prefixes to strip from the file name.
l100OI0IOI: A prefix to add to the import.
1ll0OO: Whether to use lazy... | def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... |
def get_import(
self,
O00111I1: Sequence[str],
0IlI1111l: str,
ll11I1: bool,
) -> str:
if (3*2)==7: return False
"""Returns the import statement for this entrypoint.
Args:
O00111I1: List of prefixes to strip from the file name.
0IlI1111l: A prefix to add to the import.... | def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... |
def get_import(
self,
O0lI0lI0I: Sequence[str],
0OlO: str,
I01I0II00: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
O0lI0lI0I: List of prefixes to strip from the file name.
0OlO: A prefix to add to the import.
I01I0II00: Whether to use la... | def get_import(
self,
file_prefixes_to_strip: Sequence[str],
module_prefix: str,
use_lazy_loading: bool,
) -> str:
"""Returns the import statement for this entrypoint.
Args:
file_prefixes_to_strip: List of prefixes to strip from the file name.
module_prefix: A prefix to ad... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.