I hereby claim:
- I am dps910 on github.
- I am davidpetersmith (https://keybase.io/davidpetersmith) on keybase.
- I have a public key ASDUDRA5YtHLn9xBnWiKNwmOdDacWm4bRO_cHTfzY7DhwQo
To claim this, I am signing this object:
| class Code(object): | |
| def __init__(self, name, age): | |
| self.name = name | |
| self.age = age | |
| if not isinstance(self.name, str) and isinstance(self.age, int): | |
| raise TypeError("self.name is not string or self.age is not int.") | |
| def showArgs(self): | |
| print(f"Name: {self.name}, Age: {self.age}") |
| import com.fasterxml.jackson.databind.ObjectMapper | |
| import com.fasterxml.jackson.databind.SerializationFeature | |
| import com.fasterxml.jackson.module.kotlin.readValue | |
| import java.io.BufferedReader | |
| import java.net.HttpURLConnection | |
| import java.net.URL | |
| import java.io.File | |
| import kotlin.reflect.typeOf | |
| class NewException(msg: String): Exception(msg) |
I hereby claim:
To claim this, I am signing this object: