Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ECN
/
webqueue2-frontend
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
19
Pull requests
0
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Wiki
Security
Insights
Files
a3ba160
api
docs
public
q-snapshot
src
styleguidist
utils
.gitignore
Dev Environment Setup Guide.md
Dev Logs.md
LICENSE
README.md
docstring-format.mustache
package-lock.json
package.json
Breadcrumbs
webqueue2-frontend
/
docstring-format.mustache
Blame
Blame
Latest commit
Justin Campbell
pep8 fomatting
Oct 30, 2020
3adbf91
·
Oct 30, 2020
History
History
38 lines (32 loc) · 756 Bytes
Breadcrumbs
webqueue2-frontend
/
docstring-format.mustache
Top
File metadata and controls
Code
Blame
38 lines (32 loc) · 756 Bytes
Raw
{{! Google Docstring Template }} {{summaryPlaceholder}} {{extendedSummaryPlaceholder}} Example: [example] {{#parametersExist}} Args: {{#args}} {{var}} ({{typePlaceholder}}): {{descriptionPlaceholder}} {{/args}} {{#kwargs}} {{var}} ({{typePlaceholder}}, optional): {{descriptionPlaceholder}}. Defaults to {{&default}}. {{/kwargs}} {{/parametersExist}} {{#exceptionsExist}} Raises: {{#exceptions}} {{type}}: {{descriptionPlaceholder}} {{/exceptions}} {{/exceptionsExist}} {{#returnsExist}} Returns: {{#returns}} {{typePlaceholder}}: {{descriptionPlaceholder}} {{/returns}} {{/returnsExist}} {{#yieldsExist}} Yields: {{#yields}} {{typePlaceholder}}: {{descriptionPlaceholder}} {{/yields}} {{/yieldsExist}}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
You can’t perform that action at this time.