Skip to content

Schemas and Types: minor fixes #762

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed

Schemas and Types: minor fixes #762

wants to merge 2 commits into from

Conversation

01e9
Copy link

@01e9 01e9 commented Aug 29, 2019

Python supports named arguments

def test(a, b, c):
  print("a={0} b={1} c={2}".format(a, b, c))

test(b="World", c="Yeah!", a="Hello")

https://repl.it/repls/HarmlessRespectfulCodegeneration

Python supports named arguments
@01e9 01e9 changed the title Schemas and Types: removed Python from ordered args example Schemas and Types: minor fixes Aug 29, 2019
@carolstran
Copy link
Member

Hey hey 👋🏼 the Gatsby migration (#938) has been merged so now we can update the content again. Could you please resolve the conflicts on your branch?

@01e9
Copy link
Author

01e9 commented Nov 9, 2020

Hi, no, I deleted my fork

@carolstran
Copy link
Member

@01e9, ok no problem! I'll close this PR then.

@carolstran carolstran closed this Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants