ProjectFlask/Documentation/source/Plugin_Project_Flask.ProjectFlask.Project.html

changeset 61
fe1e8783a95f
parent 52
caddf9f36f9f
child 67
ca1f40d179ce
equal deleted inserted replaced
60:02243723ac17 61:fe1e8783a95f
273 <dd> 273 <dd>
274 first line of the executable 274 first line of the executable
275 </dd> 275 </dd>
276 </dl> 276 </dl>
277 <dl> 277 <dl>
278 <dt>Returns:</dt> 278 <dt>Return:</dt>
279 <dd> 279 <dd>
280 flag indicating a suitable file was found 280 flag indicating a suitable file was found
281 </dd> 281 </dd>
282 </dl> 282 </dl>
283 <dl> 283 <dl>
365 <p> 365 <p>
366 Public method to determine the application name and the respective 366 Public method to determine the application name and the respective
367 working directory. 367 working directory.
368 </p> 368 </p>
369 <dl> 369 <dl>
370 <dt>Returns:</dt> 370 <dt>Return:</dt>
371 <dd> 371 <dd>
372 tuple containing the working directory and the application name 372 tuple containing the working directory and the application name
373 </dd> 373 </dd>
374 </dl> 374 </dl>
375 <dl> 375 <dl>
395 <dd> 395 <dd>
396 data key 396 data key
397 </dd> 397 </dd>
398 </dl> 398 </dl>
399 <dl> 399 <dl>
400 <dt>Returns:</dt> 400 <dt>Return:</dt>
401 <dd> 401 <dd>
402 referenced data 402 referenced data
403 </dd> 403 </dd>
404 </dl> 404 </dl>
405 <dl> 405 <dl>
414 414
415 <p> 415 <p>
416 Public method to build the Flask command. 416 Public method to build the Flask command.
417 </p> 417 </p>
418 <dl> 418 <dl>
419 <dt>Returns:</dt> 419 <dt>Return:</dt>
420 <dd> 420 <dd>
421 full flask command 421 full flask command
422 </dd> 422 </dd>
423 </dl> 423 </dl>
424 <dl> 424 <dl>
434 <p> 434 <p>
435 Public method to get the Flask, Werkzeug and Python versions as a 435 Public method to get the Flask, Werkzeug and Python versions as a
436 string. 436 string.
437 </p> 437 </p>
438 <dl> 438 <dl>
439 <dt>Returns:</dt> 439 <dt>Return:</dt>
440 <dd> 440 <dd>
441 dictionary containing the Flask, Werkzeug and Python versions 441 dictionary containing the Flask, Werkzeug and Python versions
442 </dd> 442 </dd>
443 </dl> 443 </dl>
444 <dl> 444 <dl>
464 <dd> 464 <dd>
465 path of the virtual environment 465 path of the virtual environment
466 </dd> 466 </dd>
467 </dl> 467 </dl>
468 <dl> 468 <dl>
469 <dt>Returns:</dt> 469 <dt>Return:</dt>
470 <dd> 470 <dd>
471 full command 471 full command
472 </dd> 472 </dd>
473 </dl> 473 </dl>
474 <dl> 474 <dl>
490 <dd> 490 <dd>
491 name of the menu 491 name of the menu
492 </dd> 492 </dd>
493 </dl> 493 </dl>
494 <dl> 494 <dl>
495 <dt>Returns:</dt> 495 <dt>Return:</dt>
496 <dd> 496 <dd>
497 reference to the menu or None, if no menu with the given 497 reference to the menu or None, if no menu with the given
498 name exists 498 name exists
499 </dd> 499 </dd>
500 </dl> 500 </dl>
510 510
511 <p> 511 <p>
512 Public method to get the names of all menus. 512 Public method to get the names of all menus.
513 </p> 513 </p>
514 <dl> 514 <dl>
515 <dt>Returns:</dt> 515 <dt>Return:</dt>
516 <dd> 516 <dd>
517 menu names 517 menu names
518 </dd> 518 </dd>
519 </dl> 519 </dl>
520 <dl> 520 <dl>
529 529
530 <p> 530 <p>
531 Public method to get the path of the virtual environment. 531 Public method to get the path of the virtual environment.
532 </p> 532 </p>
533 <dl> 533 <dl>
534 <dt>Returns:</dt> 534 <dt>Return:</dt>
535 <dd> 535 <dd>
536 path of the virtual environment 536 path of the virtual environment
537 </dd> 537 </dd>
538 </dl> 538 </dl>
539 <dl> 539 <dl>
549 <p> 549 <p>
550 Public method to get the path of the Python interpreter to be used 550 Public method to get the path of the Python interpreter to be used
551 with the current project. 551 with the current project.
552 </p> 552 </p>
553 <dl> 553 <dl>
554 <dt>Returns:</dt> 554 <dt>Return:</dt>
555 <dd> 555 <dd>
556 path of the Python interpreter 556 path of the Python interpreter
557 </dd> 557 </dd>
558 </dl> 558 </dl>
559 <dl> 559 <dl>
575 <dd> 575 <dd>
576 key of the capability to check 576 key of the capability to check
577 </dd> 577 </dd>
578 </dl> 578 </dl>
579 <dl> 579 <dl>
580 <dt>Returns:</dt> 580 <dt>Return:</dt>
581 <dd> 581 <dd>
582 flag indicating the availability of the capability 582 flag indicating the availability of the capability
583 </dd> 583 </dd>
584 </dl> 584 </dl>
585 <dl> 585 <dl>
601 601
602 <p> 602 <p>
603 Public method to initialize the Flask menu. 603 Public method to initialize the Flask menu.
604 </p> 604 </p>
605 <dl> 605 <dl>
606 <dt>Returns:</dt> 606 <dt>Return:</dt>
607 <dd> 607 <dd>
608 the menu generated 608 the menu generated
609 </dd> 609 </dd>
610 </dl> 610 </dl>
611 <dl> 611 <dl>
642 <dd> 642 <dd>
643 flag indicating development mode 643 flag indicating development mode
644 </dd> 644 </dd>
645 </dl> 645 </dl>
646 <dl> 646 <dl>
647 <dt>Returns:</dt> 647 <dt>Return:</dt>
648 <dd> 648 <dd>
649 tuple containing the working directory and a prepared 649 tuple containing the working directory and a prepared
650 environment object to be used with QProcess 650 environment object to be used with QProcess
651 </dd> 651 </dd>
652 </dl> 652 </dl>
723 723
724 <p> 724 <p>
725 Public method to get the supported Python variants. 725 Public method to get the supported Python variants.
726 </p> 726 </p>
727 <dl> 727 <dl>
728 <dt>Returns:</dt> 728 <dt>Return:</dt>
729 <dd> 729 <dd>
730 list of supported Python variants 730 list of supported Python variants
731 </dd> 731 </dd>
732 </dl> 732 </dl>
733 <dl> 733 <dl>

eric ide

mercurial