7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
221 <dd> | 221 <dd> |
222 current position within line (integer) | 222 current position within line (integer) |
223 </dd> | 223 </dd> |
224 </dl> | 224 </dl> |
225 <dl> | 225 <dl> |
226 <dt>Returns:</dt> | 226 <dt>Return:</dt> |
227 <dd> | 227 <dd> |
228 flag indicating, if the cursor is inside a comment (boolean) | 228 flag indicating, if the cursor is inside a comment (boolean) |
229 </dd> | 229 </dd> |
230 </dl> | 230 </dl> |
231 <a NAME="CompleterPython.__inDoubleQuotedString" ID="CompleterPython.__inDoubleQuotedString"></a> | 231 <a NAME="CompleterPython.__inDoubleQuotedString" ID="CompleterPython.__inDoubleQuotedString"></a> |
235 <p> | 235 <p> |
236 Private method to check, if the cursor is within a double quoted | 236 Private method to check, if the cursor is within a double quoted |
237 string. | 237 string. |
238 </p> | 238 </p> |
239 <dl> | 239 <dl> |
240 <dt>Returns:</dt> | 240 <dt>Return:</dt> |
241 <dd> | 241 <dd> |
242 flag indicating, if the cursor is inside a double | 242 flag indicating, if the cursor is inside a double |
243 quoted string (boolean) | 243 quoted string (boolean) |
244 </dd> | 244 </dd> |
245 </dl> | 245 </dl> |
250 <p> | 250 <p> |
251 Private method to check, if the cursor is within a single quoted | 251 Private method to check, if the cursor is within a single quoted |
252 string. | 252 string. |
253 </p> | 253 </p> |
254 <dl> | 254 <dl> |
255 <dt>Returns:</dt> | 255 <dt>Return:</dt> |
256 <dd> | 256 <dd> |
257 flag indicating, if the cursor is inside a single | 257 flag indicating, if the cursor is inside a single |
258 quoted string (boolean) | 258 quoted string (boolean) |
259 </dd> | 259 </dd> |
260 </dl> | 260 </dl> |
265 <p> | 265 <p> |
266 Private method to check, if the cursor is within a triple double | 266 Private method to check, if the cursor is within a triple double |
267 quoted string. | 267 quoted string. |
268 </p> | 268 </p> |
269 <dl> | 269 <dl> |
270 <dt>Returns:</dt> | 270 <dt>Return:</dt> |
271 <dd> | 271 <dd> |
272 flag indicating, if the cursor is inside a triple double | 272 flag indicating, if the cursor is inside a triple double |
273 quoted string (boolean) | 273 quoted string (boolean) |
274 </dd> | 274 </dd> |
275 </dl> | 275 </dl> |
280 <p> | 280 <p> |
281 Private method to check, if the cursor is within a triple single | 281 Private method to check, if the cursor is within a triple single |
282 quoted string. | 282 quoted string. |
283 </p> | 283 </p> |
284 <dl> | 284 <dl> |
285 <dt>Returns:</dt> | 285 <dt>Return:</dt> |
286 <dd> | 286 <dd> |
287 flag indicating, if the cursor is inside a triple single | 287 flag indicating, if the cursor is inside a triple single |
288 quoted string (boolean) | 288 quoted string (boolean) |
289 </dd> | 289 </dd> |
290 </dl> | 290 </dl> |
294 | 294 |
295 <p> | 295 <p> |
296 Private method to check, if the user is defining a class method. | 296 Private method to check, if the user is defining a class method. |
297 </p> | 297 </p> |
298 <dl> | 298 <dl> |
299 <dt>Returns:</dt> | 299 <dt>Return:</dt> |
300 <dd> | 300 <dd> |
301 flag indicating the definition of a class method (boolean) | 301 flag indicating the definition of a class method (boolean) |
302 </dd> | 302 </dd> |
303 </dl> | 303 </dl> |
304 <a NAME="CompleterPython.__isClassMethodDef" ID="CompleterPython.__isClassMethodDef"></a> | 304 <a NAME="CompleterPython.__isClassMethodDef" ID="CompleterPython.__isClassMethodDef"></a> |
308 <p> | 308 <p> |
309 Private method to check, if the user is defing a class method | 309 Private method to check, if the user is defing a class method |
310 (@classmethod). | 310 (@classmethod). |
311 </p> | 311 </p> |
312 <dl> | 312 <dl> |
313 <dt>Returns:</dt> | 313 <dt>Return:</dt> |
314 <dd> | 314 <dd> |
315 flag indicating the definition of a class method (boolean) | 315 flag indicating the definition of a class method (boolean) |
316 </dd> | 316 </dd> |
317 </dl> | 317 </dl> |
318 <a NAME="CompleterPython.__isStaticMethodDef" ID="CompleterPython.__isStaticMethodDef"></a> | 318 <a NAME="CompleterPython.__isStaticMethodDef" ID="CompleterPython.__isStaticMethodDef"></a> |
322 <p> | 322 <p> |
323 Private method to check, if the user is defing a static method | 323 Private method to check, if the user is defing a static method |
324 (@staticmethod) method. | 324 (@staticmethod) method. |
325 </p> | 325 </p> |
326 <dl> | 326 <dl> |
327 <dt>Returns:</dt> | 327 <dt>Return:</dt> |
328 <dd> | 328 <dd> |
329 flag indicating the definition of a static method (boolean) | 329 flag indicating the definition of a static method (boolean) |
330 </dd> | 330 </dd> |
331 </dl> | 331 </dl> |
332 <a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a> | 332 <a NAME="CompleterPython.charAdded" ID="CompleterPython.charAdded"></a> |